1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2024-12-27 21:35:41 +00:00
kamokan/config/uwsgi/duckbin.ini
King_DuckZ 9cda58d0c0 Rename tawashi to duckbin.
The library that used to be "tawashi_implem" now
is simply called tawashi.
2017-06-02 21:53:27 +01:00

10 lines
176 B
INI

[uwsgi]
processes = 4
master = 1
socket = /run/uwsgi/%n.sock
cgi = /srv/http/duckbin/%n.cgi
chmod-socket = 664
strict = true
gid = http
plugins = cgi
chdir = /srv/http/duckbin