From da2e09e92ed574eeaca2403cd575bad54181d1d2 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 19 Jul 2011 20:12:34 +0000 Subject: add a alias for static files --- modules/gitweb/templates/vhost.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/gitweb/templates') diff --git a/modules/gitweb/templates/vhost.conf b/modules/gitweb/templates/vhost.conf index c21b86a8..d558d591 100644 --- a/modules/gitweb/templates/vhost.conf +++ b/modules/gitweb/templates/vhost.conf @@ -1,2 +1,3 @@ +Alias /static/ /usr/share/gitweb/static/ Alias / /usr/local/bin/gitweb.wrapper.sh FastCgiServer /usr/local/bin/gitweb.wrapper.sh -processes 1 -idle-timeout 30 -socket /tmp/gitweb.socket -- cgit v1.2.1