Restrict Proxy server-status to localhost for now

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-01 22:46:12 +02:00
parent 8138db0d4d
commit cb8b0c935d

View file

@ -760,6 +760,11 @@ BrowserMatch "^gnome-vfs" redirect-carefully
ProxyTimeout 1200
<Location /apache-status>
SetHandler server-status
<RequireAny>
Require ip 127.0.0.1
Require ip ::1
Require host localhost
</RequireAny>
</Location>
# Try and enable these to improve performance