Parent Directory | Revision Log
make sure we no longer need to fizzle with /etc/hosts for reverse proxy
1 | ProxyRequests Off |
2 | ProxyPreserveHost On |
3 | |
4 | <Proxy *> |
5 | Order deny,allow |
6 | Allow from all |
7 | </Proxy> |
8 | <%- if url =~ /^https/ -%> |
9 | SSLProxyEngine On |
10 | <%- end -%> |
11 | ProxyPass / <%= url %> |
12 | ProxyPassReverse / <%= url %> |
13 |
ViewVC Help | |
Powered by ViewVC 1.1.30 |