mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-08-07 12:59:45 +00:00
Add sample config files
This commit is contained in:
parent
aef2210f6d
commit
ab9b4ec8c3
3 changed files with 84 additions and 0 deletions
9
config/uwsgi/tawashi.ini
Normal file
9
config/uwsgi/tawashi.ini
Normal file
|
@ -0,0 +1,9 @@
|
|||
[uwsgi]
|
||||
processes = 4
|
||||
master = 1
|
||||
socket = /run/uwsgi/%n.sock
|
||||
cgi = /srv/http/tawashi/%n.cgi
|
||||
chmod-socket = 666
|
||||
strict = true
|
||||
gid = http
|
||||
plugins = cgi
|
Loading…
Add table
Add a link
Reference in a new issue