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