mirror of
https://github.com/myvesta/vesta.git
synced 2024-11-21 13:00:11 -08:00
d9a68455a8
Update names Fix pcre url Please not configs are not tested Revert changes
9 lines
174 B
Plaintext
9 lines
174 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>
|