diff --git a/roles/httpd/proxy/templates/httpd.conf.j2 b/roles/httpd/proxy/templates/httpd.conf.j2 index 56cbee3da0..00947131f0 100644 --- a/roles/httpd/proxy/templates/httpd.conf.j2 +++ b/roles/httpd/proxy/templates/httpd.conf.j2 @@ -760,6 +760,11 @@ BrowserMatch "^gnome-vfs" redirect-carefully ProxyTimeout 1200 SetHandler server-status + + Require ip 127.0.0.1 + Require ip ::1 + Require host localhost + # Try and enable these to improve performance