summaryrefslogtreecommitdiffstats
path: root/cgit/httpd.conf
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2024-08-06 02:34:16 -0400
committerMalfurious <m@lfurio.us>2024-08-07 20:56:16 -0400
commit24692f1c8458098c8c24207a1387b15d05b7ef09 (patch)
tree912d10d391b7fb3352cb5f3ed6ca15b5b6313b6f /cgit/httpd.conf
parent93e4f015f23d42bccbe306bf02fef17fe47f0f59 (diff)
downloadsrcnode-24692f1c8458098c8c24207a1387b15d05b7ef09.tar.gz
srcnode-24692f1c8458098c8c24207a1387b15d05b7ef09.zip
cgit: Add favicon from new logo design
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'cgit/httpd.conf')
-rw-r--r--cgit/httpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit/httpd.conf b/cgit/httpd.conf
index fb49add..59e9922 100644
--- a/cgit/httpd.conf
+++ b/cgit/httpd.conf
@@ -34,10 +34,10 @@ LogLevel warn
</Directory>
Alias /logo.png "/usr/share/srcnode/logo.png"
+Alias /favicon.ico "/usr/share/srcnode/favicon.ico"
Alias /cgit.css "/usr/share/webapps/cgit/cgit.css"
Alias /cgit.png "/usr/share/webapps/cgit/cgit.png"
-Alias /favicon.ico "/usr/share/webapps/cgit/favicon.ico"
Alias /robots.txt "/usr/share/webapps/cgit/robots.txt"
ScriptAlias / "/usr/share/webapps/cgit/cgit.cgi/"