From 1a155742c4f4135b75ecc867225db8373e3144b1 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Fri, 4 Apr 2025 07:48:48 +0200 Subject: [PATCH] Update nginx/nginx.conf --- nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index f36a676..8496e59 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -18,6 +18,7 @@ http { # While I removed PII from the above log format, still better not logging access_log /dev/null main; # /var/log/nginx/access.log main; + error_log /dev/null; # most errors are insignificant server_tokens off;