Files
hestiacp/install/deb/apache2/status.conf
Alexey Berezhok 346a50856b Initial
2024-03-19 22:05:27 +03:00

8 lines
153 B
Plaintext

Listen 127.0.0.1:8081
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Location>