diff options
Diffstat (limited to 'modules/gitweb/templates')
-rw-r--r-- | modules/gitweb/templates/vhost.conf | 1 |
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 |