summaryrefslogtreecommitdiff
path: root/public/fs/etc/uwsgi/vassals/git.ini
blob: 1cf404de0b22e48d775a9b247d7fd029d7b3793a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[uwsgi]
plugins         = cgi
cgi             = /usr/local/lib/git-core/git-http-backend

socket          = /run/uwsgi/git.socket
pidfile         = /run/uwsgi/git.pid
logto           = /run/uwsgi/git.log

chown-socket    = nginx:nginx

uid             = nginx
gid             = nginx

processes       = 1
threads         = 8