From 8ebff662e1b4ca0411126dd33b10a9ab38eaa9af Mon Sep 17 00:00:00 2001 From: Kavin <20838718+FireMasterK@users.noreply.github.com> Date: Sat, 11 Mar 2023 21:10:53 +0000 Subject: [PATCH] Disable error logging entirely. --- docker/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/nginx.conf b/docker/nginx.conf index 59ee3c26..3b7ef86b 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -2,6 +2,7 @@ server { listen 80; listen [::]:80; server_name localhost; + error_log off; location / { root /usr/share/nginx/html;