Removed puppet file shares from puppet-httpd.conf

This commit is contained in:
Ossi Salmi 2012-11-16 19:15:14 +02:00
parent 1706aee7af
commit 7c4f9e6b94

View file

@ -50,12 +50,7 @@ Listen 8140
# Proxy settings
<IfModule mod_rewrite.c>
<LocationMatch ^/production/file_content/.*>
ForceType application/x-raw
</LocationMatch>
RewriteEngine On
RewriteRule ^/production/file_content/files/(.+)$ /srv/puppet/files/common/$1 [L]
RewriteRule ^/production/file_content/modules/([^/]+)/files/(.+)$ /etc/puppet/modules/$1/files/$2 [L]
RewriteRule ^/(.*)$ balancer://puppetmaster%{REQUEST_URI} [P,QSA,L]
</Ifmodule>
<IfModule !mod_rewrite.c>
@ -67,4 +62,3 @@ Listen 8140
SetEnv proxy-nokeepalive 1
</VirtualHost>