aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_regex.c
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2012-01-30 11:22:56 +0000
committerValentin Bartenev <vbart@nginx.com>2012-01-30 11:22:56 +0000
commit3feafa765f5c065ec2921ef92c4c32c2dea4736c (patch)
tree6b5c5e81fc6f2be4a5ddd47796cf275752d8f829 /src/core/ngx_regex.c
parent4a23bc57051187362094c1f41793901805ac55c2 (diff)
downloadnginx-3feafa765f5c065ec2921ef92c4c32c2dea4736c.tar.gz
nginx-3feafa765f5c065ec2921ef92c4c32c2dea4736c.zip
Fixed proxy_redirect off inheritance.
Example configuration to reproduce: server { proxy_redirect off; location / { proxy_pass http://localhost:8000; proxy_redirect http://localhost:8000/ /; location ~ \.php$ { proxy_pass http://localhost:8000; # proxy_redirect must be inherited from the level above, # but instead it was switched off here } } }
Diffstat (limited to 'src/core/ngx_regex.c')
0 files changed, 0 insertions, 0 deletions