The official NGINX Open Source repository.
Go to file
Maxim Dounin cfef618a6f Merge of r4770: hide_headers/pass_headers inheritance fix.
Hide headers and pass headers arrays might not be inherited correctly
into a nested location, e.g. in configuration like

    server {
        proxy_hide_header X-Foo;
        location / {
            location /nested/ {
                proxy_pass_header X-Pad;
            }
        }
    }

the X-Foo header wasn't hidden in the location /nested/.

Reported by Konstantin Svist,
http://mailman.nginx.org/pipermail/nginx-ru/2012-July/047555.html
2012-08-06 17:34:08 +00:00
auto Merge of r4763: added the Clang compiler support. 2012-08-06 17:10:35 +00:00
conf Added the HTTPS fastcgi_param to fastcgi.conf. 2011-12-25 19:15:56 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs Merge of r4754: synchronized the license text. 2012-08-06 15:52:02 +00:00
misc Fixed misc/GNUmakefile to properly tag on stable-1.2 branch. 2012-06-25 15:41:17 +00:00
src Merge of r4770: hide_headers/pass_headers inheritance fix. 2012-08-06 17:34:08 +00:00
.hgtags release-1.2.2 tag 2012-07-03 10:48:54 +00:00