move nginx status API to socket
This commit is contained in:
parent
853efc1b00
commit
0403d17364
@ -517,7 +517,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen [::1]:81;
|
listen unix:/run/nginx/status.sock;
|
||||||
|
|
||||||
root /var/empty;
|
root /var/empty;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user