stop logging not found files as errors
This commit is contained in:
parent
4e3f449c2d
commit
7f89a19b00
@ -68,6 +68,7 @@ http {
|
||||
'"$http_referer" "$http_user_agent"';
|
||||
access_log /var/log/nginx/access.log main buffer=64k flush=1m;
|
||||
error_log /var/log/nginx/error.log;
|
||||
log_not_found off;
|
||||
|
||||
gzip_proxied any;
|
||||
gzip_vary on;
|
||||
|
Loading…
x
Reference in New Issue
Block a user