From 74228f0fdc4d55dead4481a5e54e3fc4b50177fa Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 18 Feb 2023 08:18:07 -0500 Subject: [PATCH] entirely disable access log for status socket --- nginx/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 7f8dabd..8b3e8ac 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -186,9 +186,10 @@ http { root /var/empty; + access_log off; + location = / { stub_status; - access_log off; } location / {