From 1e8aeee5a62c34d0a096fddf2bfa0023c1637c52 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 25 Aug 2024 15:49:43 +0300 Subject: [PATCH] nginx: let ditto serve the favicon --- installation/ditto.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/installation/ditto.conf b/installation/ditto.conf index 9eddebf3..f92e7e39 100644 --- a/installation/ditto.conf +++ b/installation/ditto.conf @@ -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;