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 84c85283..6de0d9cc 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -536,7 +536,7 @@ http {
root /var/empty;
- location = /nginx_status {
+ location = / {
stub_status;
access_log off;
}