Re: Nginx fastcgi_next_upstream off doesn't work

2013-11-29 Thread Oleg V. Khrustov
Yes, you are absolutely right. Thanks again! ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx fastcgi_next_upstream off doesn't work

2013-11-29 Thread Maxim Dounin
Hello! On Fri, Nov 29, 2013 at 03:50:52PM +0400, Oleg V. Khrustov wrote: > nginx/1.5.4 > location / { > ... > fastcgi_pass bg; > fastcgi_next_upstream off; > ... > } > > upstream bg { > > server unix:/tmp/dsp.1.sock; > server unix:/tmp/dsp.2.sock; > server unix:/tm

Nginx fastcgi_next_upstream off doesn't work

2013-11-29 Thread Oleg V. Khrustov
nginx/1.5.4 location / { ... fastcgi_pass bg; fastcgi_next_upstream off; ... } upstream bg { server unix:/tmp/dsp.1.sock; server unix:/tmp/dsp.2.sock; server unix:/tmp/dsp.3.sock; server unix:/tmp/dsp.4.sock; server unix:/tmp/dsp.5.sock; server unix:/tmp/