move nginx status API to socket

This commit is contained in:
Daniel Micay
2022-08-25 23:15:08 -04:00
parent 853efc1b00
commit 0403d17364
+1 -1
View File
@@ -517,7 +517,7 @@ http {
}
server {
listen [::1]:81;
listen unix:/run/nginx/status.sock;
root /var/empty;