From 956973a11dedea5f7798052b1bc5e69556af30b0 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Thu, 4 Apr 2019 00:27:10 -0400 Subject: Turn off access log for the nginx status --- templates/nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/nginx/nginx.conf b/templates/nginx/nginx.conf index a16530a..14079a2 100644 --- a/templates/nginx/nginx.conf +++ b/templates/nginx/nginx.conf @@ -33,6 +33,7 @@ http { location /stub_status { stub_status; + access_log off; allow 127.0.0.1; deny all; } -- cgit v1.2.3