Nginx may recieve data from Upstream Server even a request has not sent

2015-08-03 Thread Hagai Avrahami
Hi, I am using Nginx as reverse Proxy, during testing I have noticed a situation Nginx receives response from upstream server even no request has been sent yet from Nginx side. The scenario is that the "Upstream Server" started to transfer data just after the connection has established without wa

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: Problem with NGINX on MIPS processor

2015-08-03 Thread Maxim Dounin
Hello! On Mon, Aug 03, 2015 at 08:44:52AM -0400, mynidiravichandra wrote: > Hi, > I am trying to run nginx on a MIPS processor. In my NGINX server > configuration, i have used only worker process. When i try connecting with > openssl s_client application, i am able to connect only once. After t

Re: Nginx domain work without be into sites-enabled

2015-08-03 Thread Francis Daly
On Mon, Aug 03, 2015 at 07:41:15AM -0400, Eberx wrote: > Francis Daly Wrote: Hi there, > > What response do you get for "curl -i http://music.example.com/";? > > I get response header > > Server: nginx > Date: Mon, 03 Aug 2015 11:39:04 GMT > Content-Type: text/html; charset=utf-8 > Transfer-Enc

Problem with NGINX on MIPS processor

2015-08-03 Thread mynidiravichandra
Hi, I am trying to run nginx on a MIPS processor. In my NGINX server configuration, i have used only worker process. When i try connecting with openssl s_client application, i am able to connect only once. After this, the first connection is closed and if i try connecting again, server doesn't ac

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.conf presumably has "include /etc/nginx

Re: Nginx domain work without be into sites-enabled

2015-08-03 Thread Francis Daly
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.conf presumably has "include /etc/nginx/sites-enabled/*;" so that these files are read when nginx starts. > 1. www.example.com > 2.