Files
hestiacp/install/deb/apache2/status.conf

8 lines
153 B
Plaintext
Raw Normal View History

2024-03-19 22:05:27 +03:00
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>