summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index cd376b6b..9975e8f7 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -517,7 +517,7 @@ http {
}
server {
- listen [::1]:81;
+ listen unix:/run/nginx/status.sock;
root /var/empty;