mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2024-11-23 00:33:44 +00:00
King_DuckZ
680f13e1f6
IncRedis is now held by Response, if requested by the base class. Response objects know their names, and they use it to load the html (soon to be mustache) data from disk. Main only prepares a factory, the factory then instantiates the actual Response. The code now correctly serves index.cgi when the request is /. Remove kakoune's safe_ptr from inside src and put an updated one in lib/kakoune.
10 lines
176 B
INI
10 lines
176 B
INI
[uwsgi]
|
|
processes = 4
|
|
master = 1
|
|
socket = /run/uwsgi/%n.sock
|
|
cgi = /srv/http/tawashi/%n.cgi
|
|
chmod-socket = 664
|
|
strict = true
|
|
gid = http
|
|
plugins = cgi
|
|
chdir = /srv/http/tawashi
|