]> git.kaiwu.me - nginx.git/commit
Fixed and improved the "*_bind" directives of proxying modules.
authorRuslan Ermilov <ru@nginx.com>
Wed, 16 Jan 2013 09:42:57 +0000 (09:42 +0000)
committerRuslan Ermilov <ru@nginx.com>
Wed, 16 Jan 2013 09:42:57 +0000 (09:42 +0000)
commit5d143ca864012d338174f82513bf3b8533de98ab
tree647513b22cf369085d12106ba96856373a6fda7b
parent2aad7d7bb7b31677ce269765f701742141bffd90
Fixed and improved the "*_bind" directives of proxying modules.

The "proxy_bind", "fastcgi_bind", "uwsgi_bind", "scgi_bind" and
"memcached_bind" directives are now inherited; inherited value
can be reset by the "off" parameter.  Duplicate directives are
now detected.  Parameter value can now contain variables.
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_memcached_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_scgi_module.c
src/http/modules/ngx_http_uwsgi_module.c
src/http/ngx_http.h
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h