diff options
Diffstat (limited to 'cgit/httpd.conf')
-rw-r--r-- | cgit/httpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit/httpd.conf b/cgit/httpd.conf index 6ffe913..fb49add 100644 --- a/cgit/httpd.conf +++ b/cgit/httpd.conf @@ -22,7 +22,7 @@ LogLevel warn Require all denied </Directory> -<Directory "/usr/share/normalmode/"> +<Directory "/usr/share/srcnode/"> AllowOverride None Require all granted </Directory> @@ -33,7 +33,7 @@ LogLevel warn Require all granted </Directory> -Alias /logo.png "/usr/share/normalmode/logo.png" +Alias /logo.png "/usr/share/srcnode/logo.png" Alias /cgit.css "/usr/share/webapps/cgit/cgit.css" Alias /cgit.png "/usr/share/webapps/cgit/cgit.png" |