nginx: let ditto serve the favicon

This commit is contained in:
Alex Gleason 2024-08-25 15:49:43 +03:00
parent 8adc87f1d9
commit 1e8aeee5a6
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -42,11 +42,6 @@ server {
try_files $uri =404; try_files $uri =404;
} }
location = /favicon.ico {
root /opt/ditto/static;
try_files $uri =404;
}
location /metrics { location /metrics {
allow 127.0.0.1; allow 127.0.0.1;
deny all; deny all;