mirror of
https://github.com/myvesta/vesta.git
synced 2024-11-21 13:00:11 -08:00
9 lines
172 B
Plaintext
9 lines
172 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
|
|
Allow from all
|
|
</Location>
|