diff --git a/nginx.conf b/nginx.conf index 89e7e32..d110ffe 100644 --- a/nginx.conf +++ b/nginx.conf @@ -15,4 +15,8 @@ server { proxy_set_header Host $host; proxy_cache_bypass $http_upgrade; } + + location /favicon.ico { + root html; + } }