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;