Re: How nginx proxy works

2015-08-16 Thread Eberx
Hello, Thank you for reply. I'm using round robin load balancing on nginx. I can see the how many connection is established on backend server. It shows for example backend server 1 = 100 connection backend server 2 = 99 connection Does it mean unique 199 connection ? or unique ~100 connection

How nginx proxy works

2015-08-16 Thread Eberx
Hello, I would like to know how nginx proxy_pass works with upstream. I have 2 backend servers running. 1 nginx proxy running in front of them. My question is if one user connects to nginx proxy then nginx forward it to first backend ? or it forward it to both backend ? Posted at Nginx Forum:

Re: Nginx domain work without be into sites-enabled

2015-08-03 Thread Eberx
Hello, Thank you for advice. It is my fault. I did not define any default_server in my config. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,260717,260734#msg-260734 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/l

Re: Nginx domain work without be into sites-enabled

2015-08-03 Thread Eberx
Francis Daly Wrote: --- > On Mon, Aug 03, 2015 at 12:12:54AM -0400, Eberx wrote: > > Hi there, > > > I have many subdomains which is created into > /etc/nginx/sites-enabled. For > > example > > Your nginx.

Nginx domain work without be into sites-enabled

2015-08-02 Thread Eberx
Hello, I have many subdomains which is created into /etc/nginx/sites-enabled. For example 1. www.example.com 2. music.example.com 3. video.example.com are already enabled. and working fine. But I tried to remove music.example.com from public access. Then I did music.example.com from sites-enabl