All checks were successful
CI / Build cgit docker images (push) Successful in 52s
13 lines
223 B
INI
13 lines
223 B
INI
[uwsgi]
|
|
master = true
|
|
plugins = cgi
|
|
socket = /var/run/cgit/cgit.sock
|
|
chmod-socket = 666
|
|
http-modifier1 = 9
|
|
uid = cgit
|
|
gid = cgit
|
|
procname-master = uwsgi cgit
|
|
processes = 1
|
|
threads = 2
|
|
cgi = /usr/share/webapps/cgit/cgit.cgi
|