Update nginx/nginx.conf

This commit is contained in:
Minecon724 2025-04-04 07:48:48 +02:00
commit 1a155742c4

View file

@ -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;