From e2b91202296bcb49046e84435844666e53b4f825 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 7 Oct 2011 11:34:40 +0200 Subject: Extend local-git.conf to support newer gitweb. --- apache2/conf.d/local-git.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apache2') 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 @@ -8,7 +10,7 @@ AddDefaultCharset UTF-8 - Options ExecCgi + Options ExecCgi FollowSymLinks AllowOverride None Order allow,deny allow from all -- cgit v1.2.3