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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3348 - (show 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 <%= 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