diff --git a/roles/git/server/files/git.conf b/roles/git/server/files/git.conf index b49c294..21879e0 100644 --- a/roles/git/server/files/git.conf +++ b/roles/git/server/files/git.conf @@ -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/