On Sat, Jun 25, 2011 at 03:37:17AM -0400, speedfirst wrote:
> I saw some nginx configs written like this:
>
> location ~ {
> ...
> proxy_pass http://upstream1;
> proxy_pass http://upstream2;
> ...
> }
>
> What this config meaning? proxy_pass to upstream2 if proxy_pass to
> upstream fails?
This is a wrong configuration, as well as
location ... {
proxy_pass ...
fastcgi_pass ...
}
nginx currently does not report this is as error.
--
Igor Sysoev
_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx