Hello,

I am trying to setup a reverse proxy to one of our applications, but I am
finding that the page comes up, but all the urls that load the stylesheets
and javascript are all broken.

I have pasted below my configuration. Any thoughts on what I am doing wrong
or overlooked?

<Location "/app/">

ProxyPass http://172.17.2.113:2525/

        ProxyHTMLEnable On
        ProxyHTMLURLMap  /      /app/
        RequestHeader    unset  Accept-Encoding

</Location>

Thanks for your help

Reply via email to