git/server: Fix cloning repo over http

This commit is contained in:
Timo Makinen 2021-08-25 17:12:51 +00:00
parent eb61bb9448
commit 4ea1cc5f81

View file

@ -1,4 +1,8 @@
# git clone http support
SetEnv GIT_PROJECT_ROOT /srv/git
SetEnv GIT_HTTP_EXPORT_ALL
# gitweb settings
SetEnv GITWEB_PROJECTROOT /srv/git
Alias /static/ /var/www/git/static/