mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-23 13:31:05 +08:00
11 lines
262 B
Plaintext
11 lines
262 B
Plaintext
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>
|