From 0ec552bba12f8bc2ab51db7af0042d09ad25a782 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Tue, 12 Mar 2024 03:23:04 -0400 Subject: cgit: Add custom logo Signed-off-by: Malfurious --- cgit/httpd.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cgit/httpd.conf') diff --git a/cgit/httpd.conf b/cgit/httpd.conf index e8ee772..cd36af4 100644 --- a/cgit/httpd.conf +++ b/cgit/httpd.conf @@ -22,12 +22,19 @@ LogLevel warn Require all denied + + AllowOverride None + Require all granted + + AllowOverride None Options ExecCGI FollowSymlinks Require all granted +Alias /logo.png "/usr/share/normalmode/logo.png" + 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" -- cgit v1.2.3