Files
fedora-infra_ansible/roles/distgit/files/git-smart-http.conf
Pierre-Yves Chibon f2015d75e1 Adjust all the redirects for the disappearance of cgit
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2017-08-03 15:50:40 +02:00

11 lines
270 B
Plaintext

SetEnv GIT_PROJECT_ROOT /srv/git/repositories
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>