comparison .hgtags @ 4769:f88555d76886

Upstream: 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
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 30 Jul 2012 10:35:26 +0000
parents fc909c85573c
children 7c5024a4fd59
comparison
equal deleted inserted replaced
4768:1c5e2e4d5b35 4769:f88555d76886