1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-10-06 15:09:59 +00:00

Rename tawashi to duckbin.

The library that used to be "tawashi_implem" now
is simply called tawashi.
This commit is contained in:
King_DuckZ 2017-06-02 21:53:27 +01:00
commit 9cda58d0c0
67 changed files with 156 additions and 128 deletions

10
config/uwsgi/duckbin.ini Normal file
View file

@ -0,0 +1,10 @@
[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