diff --git a/puppet/templates/puppet-httpd.conf.erb b/puppet/templates/puppet-httpd.conf.erb index f75c9a0..ec03354 100644 --- a/puppet/templates/puppet-httpd.conf.erb +++ b/puppet/templates/puppet-httpd.conf.erb @@ -50,12 +50,7 @@ Listen 8140 # Proxy settings - - ForceType application/x-raw - 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] @@ -67,4 +62,3 @@ Listen 8140 SetEnv proxy-nokeepalive 1 -