blob: 8f644f056b59a621d51062b9931de6f61f5e8e64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Server
Port 26744
StatsDb /var/corgi/stats.sqlite
Script stats
Path /opt/corgi/corgi-stats
Match
Regex ^/stats
Environment
CORGI_STATS_DB /var/corgi/stats.sqlite
Script git-backend
Path /usr/lib/git-core/git-http-backend
Match
Regex /.+/(info/refs|git-upload-pack)
Environment
GIT_HTTP_EXPORT_ALL 1
GIT_PROJECT_ROOT /srv/git
HOME /srv/git
HTTP_HOST git.dreamy.place
Script cgit
Path /opt/cgit/cgit
Environment
HTTP_HOST git.dreamy.place
|