From dc894526df33e361859227c846555cc98cd4dfa0 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 18 Feb 2023 08:16:20 -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 700585dc..f077ce07 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -432,9 +432,10 @@ http { root /var/empty; + access_log off; + location = / { stub_status; - access_log off; } location / {