From ceabeefe212706d59b1dd6f6e806a08cd9ef1493 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Wed, 29 Dec 2021 23:33:00 +0100 Subject: [PATCH] disable logging again --- nginx/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index f0624d9..d157b32 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -26,6 +26,8 @@ http { keepalive_timeout 5; proxy_http_version 1.1; proxy_set_header Connection ""; + access_log off; + error_log /dev/null crit; upstream backend_GET { ip_hash;