move nginx status API to socket

This commit is contained in:
Daniel Micay 2022-07-02 11:53:22 -04:00
parent 853efc1b00
commit 0403d17364

View File

@ -517,7 +517,7 @@ http {
}
server {
listen [::1]:81;
listen unix:/run/nginx/status.sock;
root /var/empty;