comparison src/http/ngx_http.h @ 5008:fd84344f1df7

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.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 16 Jan 2013 09:42:57 +0000
parents 32030fa8cb14
children 903f2a5d86a5
comparison
equal deleted inserted replaced
5007:13c4c155f26f 5008:fd84344f1df7
26 ngx_http_request_t *sr, u_char *buf, size_t len); 26 ngx_http_request_t *sr, u_char *buf, size_t len);
27 27
28 28
29 #include <ngx_http_variables.h> 29 #include <ngx_http_variables.h>
30 #include <ngx_http_request.h> 30 #include <ngx_http_request.h>
31 #include <ngx_http_script.h>
31 #include <ngx_http_upstream.h> 32 #include <ngx_http_upstream.h>
32 #include <ngx_http_upstream_round_robin.h> 33 #include <ngx_http_upstream_round_robin.h>
33 #include <ngx_http_config.h> 34 #include <ngx_http_config.h>
34 #include <ngx_http_busy_lock.h> 35 #include <ngx_http_busy_lock.h>
35 #include <ngx_http_script.h>
36 #include <ngx_http_core_module.h> 36 #include <ngx_http_core_module.h>
37 37
38 #if (NGX_HTTP_CACHE) 38 #if (NGX_HTTP_CACHE)
39 #include <ngx_http_cache.h> 39 #include <ngx_http_cache.h>
40 #endif 40 #endif