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