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]