/[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 928 - (show annotations) (download)
Tue Feb 1 12:44:50 2011 UTC (13 years, 11 months ago) by misc
File size: 189 byte(s)
- refactoring of apache config file, to ease future deployment
1 ProxyRequests Off
2
3 <Proxy *>
4 Order deny,allow
5 Allow from all
6 </Proxy>
7
8 ProxyPass / <%= url %>
9 ProxyPassReverse / <%= url %>
10

  ViewVC Help
Powered by ViewVC 1.1.30