blob: a4ba7d5240a562f6eaec0eb467bb34bc62adff01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
SetEnv GIT_PROJECT_ROOT /repos
SetEnv GIT_HTTP_EXPORT_ALL
ScriptAlias /repos /usr/libexec/git-core/git-http-backend/
LoadModule cgid_module modules/mod_cgid.so
<Files "git-http-backend">
Require all granted
</Files>
Include conf/extra/httpd-ssl.conf
LoadModule ssl_module modules/mod_ssl.so
LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
|