diff options
Diffstat (limited to 'cgit/httpd.conf')
-rw-r--r-- | cgit/httpd.conf | 7 |
1 files changed, 7 insertions, 0 deletions
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 </Directory> +<Directory "/usr/share/normalmode/"> + AllowOverride None + Require all granted +</Directory> + <Directory "/usr/share/webapps/cgit/"> AllowOverride None Options ExecCGI FollowSymlinks Require all granted </Directory> +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" |