comparison .hgtags @ 4422:b1a9d725ab69

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 } } }
author Valentin Bartenev <vbart@nginx.com>
date Mon, 30 Jan 2012 11:22:56 +0000
parents c35b05c6947a
children 7c718f5416eb
comparison
equal deleted inserted replaced
4421:fbae1a82de8b 4422:b1a9d725ab69