diff --git a/puppet/templates/puppet-httpd.conf.erb b/puppet/templates/puppet-httpd.conf.erb index 0697ea2..c6f07c6 100644 --- a/puppet/templates/puppet-httpd.conf.erb +++ b/puppet/templates/puppet-httpd.conf.erb @@ -49,11 +49,6 @@ Listen 8140 RequestHeader set X-Client-Verify %{SSL_CLIENT_VERIFY}e # Proxy settings - - SetHandler balancer-manager - Order allow,deny - Allow from all - ProxyPass / balancer://puppetmaster:8140/ timeout=180 ProxyPassReverse / balancer://puppetmaster:8140/ ProxyPreserveHost on