Welcome! Log In Create A New Profile

Advanced

what is apache proxy ProxyHTMLURLMap prototype at nginx proxy?

January 20, 2011 12:09PM
Apapche Proxy Support ProxyHTMLURLMap , can be change Absolute path in html content.

code:
<IfModule mod_proxy.c>
ProxyRequests Off
ProxyHTMLExtended On
ProxyPass /test1/ http://10.1.1.1/
<Location /test1/>
ProxyPassReverse /
ProxyHTMLURLMap http://10.1.1.1 /test1
SetOutputFilter proxy-html
ProxyHTMLURLMap / /test1/
RequestHeader unset Accept-Encoding
</Location>
</IfModule>

Nginx How to config it?
Subject Author Posted

what is apache proxy ProxyHTMLURLMap prototype at nginx proxy?

lankelan January 20, 2011 12:09PM

Re: what is apache proxy ProxyHTMLURLMap prototype at nginx proxy?

Maxim Dounin January 20, 2011 03:36PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 321
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready