/[adm]/puppet/modules/apache/templates/vhost_reverse_proxy.conf
ViewVC logotype

Annotation of /puppet/modules/apache/templates/vhost_reverse_proxy.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3348 - (hide annotations) (download)
Sun Oct 6 18:16:50 2013 UTC (11 years, 4 months ago) by boklm
File size: 298 byte(s)
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