From 6c9decb84bc1dbcec87c5da540913530de5f27be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Lebrun?= Date: Mon, 6 Jan 2025 15:10:52 +0100 Subject: [PATCH] docker: apache-config: add favicon.ico MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Théo Lebrun --- docker/000-default.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/000-default.conf b/docker/000-default.conf index c1def10..a94ae18 100644 --- a/docker/000-default.conf +++ b/docker/000-default.conf @@ -27,4 +27,5 @@ RewriteEngine on RewriteRule "^/$" "/linux/latest/source" [R] RewriteRule "^/robots.txt$" "/static/robots.txt" [L] + RewriteRule "^/favicon.ico$" "/static/img/favicon.ico" [L]