From 380b48646eafab19af24768309f8e78509c588a1 Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 30 Dec 2020 12:11:11 +0100 Subject: Add README --- nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nginx.conf') diff --git a/nginx.conf b/nginx.conf index d46c394..f14f370 100644 --- a/nginx.conf +++ b/nginx.conf @@ -396,6 +396,10 @@ http { alias /var/www/git.jaseg.de/cgit.png; } + location ~ ^/favicon.ico { + alias /var/www/git.jaseg.de/favicon.ico; + } + location / { include uwsgi_params; uwsgi_modifier1 9; -- cgit