Update nginx/nginx.conf
This commit is contained in:
parent
68d026c650
commit
1a155742c4
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ http {
|
||||||
|
|
||||||
# While I removed PII from the above log format, still better not logging
|
# While I removed PII from the above log format, still better not logging
|
||||||
access_log /dev/null main; # /var/log/nginx/access.log main;
|
access_log /dev/null main; # /var/log/nginx/access.log main;
|
||||||
|
error_log /dev/null; # most errors are insignificant
|
||||||
|
|
||||||
|
|
||||||
server_tokens off;
|
server_tokens off;
|
||||||
|
|
|
||||||
Reference in a new issue