mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 12:32:50 +08:00
8 lines
222 B
Plaintext
8 lines
222 B
Plaintext
SetEnv GIT_PROJECT_ROOT /var/lib/dist-git/git/rpms
|
|
SetEnv GIT_HTTP_EXPORT_ALL
|
|
ScriptAlias /git/ /usr/libexec/git-core/git-http-backend/
|
|
<Directory /usr/libexec/git-core>
|
|
Options +ExecCGI
|
|
Require all granted
|
|
</Directory>
|