aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gitweb
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-07-19 20:12:34 +0000
committerMichael Scherer <misc@mageia.org>2011-07-19 20:12:34 +0000
commitda2e09e92ed574eeaca2403cd575bad54181d1d2 (patch)
tree95c66e4521f3dfcbe124500d85f8de75d14b39e4 /modules/gitweb
parent835fa6f17fe9dc0b74d478c5131a5266b8294993 (diff)
downloadpuppet-da2e09e92ed574eeaca2403cd575bad54181d1d2.tar
puppet-da2e09e92ed574eeaca2403cd575bad54181d1d2.tar.gz
puppet-da2e09e92ed574eeaca2403cd575bad54181d1d2.tar.bz2
puppet-da2e09e92ed574eeaca2403cd575bad54181d1d2.tar.xz
puppet-da2e09e92ed574eeaca2403cd575bad54181d1d2.zip
add a alias for static files
Diffstat (limited to 'modules/gitweb')
-rw-r--r--modules/gitweb/templates/vhost.conf1
1 files changed, 1 insertions, 0 deletions
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