move nginx status API to socket

This commit is contained in:
Daniel Micay 2022-07-02 12:34:19 -04:00
parent bac4280478
commit 69b0ff7bb3

View File

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