onnections in a TIME_WAIT state and they seemingly stay there forever.
Obviously it's not forever, but it's not closing in 3 seconds.
Thanks.
--
Sajan Parikh
Owner, Noppix LLC
o: (563) 726-0371
c: (563) 508-3184
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
instance on port 80.
Sajan Parikh
Owner, Noppix LLC
e: sa...@noppix.com
o: (563) 726-0371
c: (563) 447-0822
On 07/13/2013 05:27 PM, Atul Bansal wrote:
Thanks for stopping-by.
mailed you in seperate
You most likely already have something
running on port 80. Perhaps another instance of nginx or Apache
or something.
Run
netstat -plunt and show us the output.
Sajan Parikh
Owner, Noppix LLC
e: sa
other one, or serve
it.
Sajan Parikh
Owner, Noppix LLC
e: sa...@noppix.com
o: (563) 726-0371
c: (563) 447-0822
On 07/08/2013 09:45 AM, António P. P. Alm
I should correct my server_name line. It should not have the variable, but the
actual domain names. So I guess you'll still have to come back and add each
domain.
Sorry. On phone.
Sajan Parikh
On Jul 7, 2013, at 6:47 AM, Sajan Parikh wrote:
> Haven't testing this, but wou
.conf files for each domain.
- Sajan Parikh
On 07/07/2013 04:30 AM, lennart wrote:
According to http://wiki.nginx.org/Pitfalls#Server_Name this is the best
solution to redirect www to no-www for one domain:
server {
server_name www.domain.com;
return 301 $scheme://domain.com$r
In your proxy_next_upstream, why do you
have 'off' enabled.
off — it forbids the request transfer to the next server.
Remove 'off' from that line.
Sajan Parikh
Owner, Noppix LLC
e: sa...@noppix
lowering fail_timeout.
Sajan Parikh
Owner, Noppix LLC
e: sa...@noppix.com
p: (563) 726-0371
On 07/02/2013 11:55 PM, Sandeep L wrote:
Hi,
I am trying to configure nginx
Did you restart nginx for the new
configuration to take effect? Run 'sudo service nginx restart' to
do this. Also run 'nginx -t' to test your configuration.
Sajan Parikh
Owner, Noppix LLC
e: sa...@noppix.com
I'm sure it's something small you've
overlooked. Going to take a shot in the dark and say you've copy
and pasted your server blocks and perhaps forgot to change
something you needed to for that particular server.
Sajan Parikh
10 matches
Mail list logo