/[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 928 - (hide annotations) (download)
Tue Feb 1 12:44:50 2011 UTC (14 years ago) by misc
File size: 189 byte(s)
- refactoring of apache config file, to ease future deployment
1 misc 778 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