10 lines
270 B
Text
10 lines
270 B
Text
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>
|