git/server: Fix cloning repo over http
This commit is contained in:
parent
eb61bb9448
commit
4ea1cc5f81
1 changed files with 4 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue