comparison conf/fastcgi_params @ 4914:dcb853acae97

Upstream: honor the "down" flag for a single server. If an upstream block was defined with the only server marked as "down", e.g. upstream u { server 127.0.0.1:8080 down; } an attempt was made to contact the server despite the "down" flag. It is believed that immediate 502 response is better in such a case, and it's also consistent with what is currently done in case of multiple servers all marked as "down".
author Ruslan Ermilov <ru@nginx.com>
date Fri, 16 Nov 2012 12:18:05 +0000
parents 352a7b025f2e
children 62869a9b2e7d
comparison
equal deleted inserted replaced
4913:002f2c783d7c 4914:dcb853acae97