From 610ccabd24b2f57976178bc1b9e8bd2ca9386bbb Mon Sep 17 00:00:00 2001 From: dragongoose <19649813+dragongoose@users.noreply.github.com> Date: Tue, 11 Apr 2023 21:01:00 -0400 Subject: [PATCH] Disable all logging in nginx --- nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nginx.conf b/nginx.conf index 8365ad1..d9ac0a2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,6 +4,9 @@ http { server { listen 80; + access_log off; + error_log off; + location / { root /usr/share/nginx/html;