Skip to content

Commit fc67d48

Browse files
committed
stop logging not found files as errors
1 parent 0a7cf9a commit fc67d48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ http {
7676
'"$http_referer" "$http_user_agent"';
7777
access_log /var/log/nginx/access.log main buffer=64k flush=1m;
7878
error_log /var/log/nginx/error.log;
79+
log_not_found off;
7980

8081
gzip_proxied any;
8182
gzip_vary on;

0 commit comments

Comments
 (0)