Skip to content

Commit bdfbd17

Browse files
refactor: update comment for favicon logging suppression in nginx config
1 parent d0987ce commit bdfbd17

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/ContentProcessorWeb/nginx-custom.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ server {
22
listen 80;
33
server_name localhost;
44

5-
# Prevent favicon requests from being logged in network logs
5+
# Suppress nginx server logs for favicon requests
66
location = /favicon.ico {
77
return 204;
88
access_log off;
9-
log_not_found off;
109
}
1110

1211
location / {

0 commit comments

Comments
 (0)