summaryrefslogtreecommitdiffstats
path: root/roles/distgit/files/git-smart-http.conf
blob: efb7976307baba4985c1c8fb2d0cca967f4f4c3f (plain)
1
2
3
4
5
6
7
8
9
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>