Fix http{s} git cloning on pkgs. Fixes ticket 4688
This commit is contained in:
parent
066755c393
commit
52ecc14e3a
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue