Skip to content

Commit

Permalink
Restrict apache status page to Docker network
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Cervello committed Sep 24, 2021
1 parent e79b7cb commit dbd4aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/apache.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-A

ExtendedStatus On
<Location /server-status>
SetHandler server-status
Require all granted
SetHandler server-status
Require ip 172.30.0.0/16
</Location>

<Location /cgi>
Expand Down

0 comments on commit dbd4aff

Please sign in to comment.