Removed puppet file shares from puppet-httpd.conf
This commit is contained in:
parent
1706aee7af
commit
7c4f9e6b94
1 changed files with 0 additions and 6 deletions
|
@ -50,12 +50,7 @@ Listen 8140
|
||||||
|
|
||||||
# Proxy settings
|
# Proxy settings
|
||||||
<IfModule mod_rewrite.c>
|
<IfModule mod_rewrite.c>
|
||||||
<LocationMatch ^/production/file_content/.*>
|
|
||||||
ForceType application/x-raw
|
|
||||||
</LocationMatch>
|
|
||||||
RewriteEngine On
|
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]
|
RewriteRule ^/(.*)$ balancer://puppetmaster%{REQUEST_URI} [P,QSA,L]
|
||||||
</Ifmodule>
|
</Ifmodule>
|
||||||
<IfModule !mod_rewrite.c>
|
<IfModule !mod_rewrite.c>
|
||||||
|
@ -67,4 +62,3 @@ Listen 8140
|
||||||
SetEnv proxy-nokeepalive 1
|
SetEnv proxy-nokeepalive 1
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue