diff options
author | Malfurious <m@lfurio.us> | 2024-08-06 02:44:04 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-08-07 20:56:16 -0400 |
commit | 53614acac8d00e8c2ae509c4e8559d4493ed7dac (patch) | |
tree | fea4937b28b1e463bd81573b67b30b84770b72b8 /cgit | |
parent | 24692f1c8458098c8c24207a1387b15d05b7ef09 (diff) | |
download | srcnode-53614acac8d00e8c2ae509c4e8559d4493ed7dac.tar.gz srcnode-53614acac8d00e8c2ae509c4e8559d4493ed7dac.zip |
cgit: Remove old logo alias/route
The cgit logo image is no longer used in our configuration, so serving
it via the webserver is not necessary.
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'cgit')
-rw-r--r-- | cgit/httpd.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cgit/httpd.conf b/cgit/httpd.conf index 59e9922..d1595a2 100644 --- a/cgit/httpd.conf +++ b/cgit/httpd.conf @@ -37,7 +37,6 @@ 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 /robots.txt "/usr/share/webapps/cgit/robots.txt" ScriptAlias / "/usr/share/webapps/cgit/cgit.cgi/" |