/[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 2390 - (show annotations) (download)
Fri Feb 10 14:20:07 2012 UTC (12 years, 2 months ago) by misc
File size: 282 byte(s)
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