Fix http{s} git cloning on pkgs. Fixes ticket 4688

This commit is contained in:
Kevin Fenzi 2015-04-23 17:03:48 +00:00
parent 066755c393
commit 52ecc14e3a

View file

@ -1,3 +1,10 @@
SetEnv GIT_PROJECT_ROOT /srv/git/rpms
SetEnv GIT_HTTP_EXPORT_ALL
ScriptAlias /git/ /usr/libexec/git-core/git-http-backend/
<Directory "/usr/libexec/git-core*">
Options ExecCGI Indexes
Order allow,deny
Allow from all
Require all granted
</Directory>