diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-10-07 11:34:40 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2011-10-07 11:34:40 +0200 |
commit | e2b91202296bcb49046e84435844666e53b4f825 (patch) | |
tree | db339464c82a98855edeef595039291b1e9c4495 /apache2 | |
parent | bab0725155a46f3cb4a770095f4e35885bc4c404 (diff) |
Extend local-git.conf to support newer gitweb.
Diffstat (limited to 'apache2')
-rw-r--r-- | apache2/conf.d/local-git.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apache2/conf.d/local-git.conf b/apache2/conf.d/local-git.conf index a3894b1..8fc553a 100644 --- a/apache2/conf.d/local-git.conf +++ b/apache2/conf.d/local-git.conf @@ -1,3 +1,5 @@ +Alias /static /usr/share/gitweb/static/ + AddDefaultCharset UTF-8 <Directory /srv/git> @@ -8,7 +10,7 @@ AddDefaultCharset UTF-8 </Directory> <Directory /usr/lib/cgi-bin> - Options ExecCgi + Options ExecCgi FollowSymLinks AllowOverride None Order allow,deny allow from all |