Hi all, I have sling running in a tomcat container behind a reverse proxy (apache). I'm having some trouble with the dav module using the internal URI instead of the proxy URI.
This is my tomcat HTTP connector:
<Connector port="8080" proxyName="example.com" proxyPort="80"
URIEncoding="UTF-8" />
But all links created by the WebDAV module go to 127.0.0.1:8080.
Is this a supported configuration?
Thanks,
Branden
