diff options
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 |