Opened 13 years ago
Closed 12 years ago
#40 closed defect (fixed)
proxy_bind inheritance
Reported by: | www.google.com/accounts/o8/id?id=AItOawkMVbeUcr0x-7NJioU9zfd2aB5LAkDP0hs | Owned by: | Ruslan Ermilov |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-module | Version: | 1.0.x |
Keywords: | proxy, fastcgi, uwsgi, memcache | Cc: | |
uname -a: | |||
nginx -V: |
nginx: nginx version: nginx/1.0.8
nginx: TLS SNI support enabled nginx: configure arguments: --prefix=/usr/local/etc/nginx --with-cc-opt='-I /usr/local/include' --with-ld-opt='-L /usr/local/lib' --conf-path=/usr/local/etc/nginx/nginx.conf --sbin-path=/usr/local/sbin/nginx --pid-path=/var/run/nginx.pid --error-log-path=/var/log/nginx/error.log --user=www --group=www --with-debug --with-file-aio --with-ipv6 --http-client-body-temp-path=/var/tmp/nginx/client_body_temp --http-fastcgi-temp-path=/var/tmp/nginx/fastcgi_temp --http-proxy-temp-path=/var/tmp/nginx/proxy_temp --http-scgi-temp-path=/var/tmp/nginx/scgi_temp --http-uwsgi-temp-path=/var/tmp/nginx/uwsgi_temp --http-log-path=/var/log/nginx/access.log --with-http_realip_module --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --with-pcre |
Description
Директивы (proxy|fastcgi|uwsgi|memcache)_bind не наследуется в контекст location.
Change History (3)
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
Owner: | changed from | to
---|---|
sensitive: | → 0 |
Note:
See TracTickets
for help on using tickets.
Yes, thank you for your report. There is a patch floating around which fixes inheritance for proxy/fastcgi/memcached_bind (and adds variables support). The patch requires some refresh though.