comparison docs/GNUmakefile @ 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 b9dade63fcc2
children 3032f4854b81 0275f587e00b
comparison
equal deleted inserted replaced
4421:fbae1a82de8b 4422:b1a9d725ab69