Remove comment that breaks Apache 2.4.<something>
Eelco Dolstra committed
May 16, 2018 at 12:30 UTC
f13767ee32a1c659423645cd11a780c4569a9d1e
1 file changed
+1
-1
delft/delft-webserver.nix
+1
-1
@@ -50,7 +50,7 @@ in
50
51
<Location /server-status>
52
SetHandler server-status
53
- Allow from 127.0.0.1 # If using a remote host for monitoring replace 127.0.0.1 with its IP.
53
+ Allow from 127.0.0.1
54
Order deny,allow
55
Deny from all
56
</Location>