Parent Directory
|
Revision Log
Add content parameter to apache::vhost::reverse_proxy
1 | <%= content %> |
2 | |
3 | ProxyRequests Off |
4 | ProxyPreserveHost On |
5 | |
6 | <Proxy *> |
7 | Order deny,allow |
8 | Allow from all |
9 | </Proxy> |
10 | <%- if url =~ /^https/ -%> |
11 | SSLProxyEngine On |
12 | <%- end -%> |
13 | ProxyPass / <%= url %> |
14 | ProxyPassReverse / <%= url %> |
15 |
ViewVC Help | |
Powered by ViewVC 1.1.30 |