mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2024-11-27 00:43:47 +00:00
10 lines
176 B
INI
10 lines
176 B
INI
[uwsgi]
|
|
processes = 4
|
|
master = 1
|
|
socket = /run/uwsgi/%n.sock
|
|
cgi = /srv/http/kamokan/%n.cgi
|
|
chmod-socket = 664
|
|
strict = true
|
|
gid = http
|
|
plugins = cgi
|
|
chdir = /srv/http/kamokan
|