what is apache proxy ProxyHTMLURLMap prototype at nginx proxy?
lankelan
nginx-forum at nginx.us
Thu Jan 20 20:09:02 MSK 2011
Apapche Proxy Support ProxyHTMLURLMap , can be change Absolute path in
html content.
code:
ProxyRequests Off
ProxyHTMLExtended On
ProxyPass /test1/ http://10.1.1.1/
ProxyPassReverse /
ProxyHTMLURLMap http://10.1.1.1 /test1
SetOutputFilter proxy-html
ProxyHTMLURLMap / /test1/
RequestHeader unset Accept-Encoding
Nginx How to config it?
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,167956,167956#msg-167956
More information about the nginx
mailing list