mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-17 05:24:22 +01:00
nginx: let ditto serve the favicon
This commit is contained in:
@@ -42,11 +42,6 @@ server {
|
||||
try_files $uri =404;
|
||||
}
|
||||
|
||||
location = /favicon.ico {
|
||||
root /opt/ditto/static;
|
||||
try_files $uri =404;
|
||||
}
|
||||
|
||||
location /metrics {
|
||||
allow 127.0.0.1;
|
||||
deny all;
|
||||
|
||||
Reference in New Issue
Block a user