mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-08-07 12:59:45 +00:00
Refactoring.
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.
This commit is contained in:
parent
4bf8dfc29f
commit
680f13e1f6
19 changed files with 400 additions and 195 deletions
|
@ -3,7 +3,8 @@ processes = 4
|
|||
master = 1
|
||||
socket = /run/uwsgi/%n.sock
|
||||
cgi = /srv/http/tawashi/%n.cgi
|
||||
chmod-socket = 666
|
||||
chmod-socket = 664
|
||||
strict = true
|
||||
gid = http
|
||||
plugins = cgi
|
||||
chdir = /srv/http/tawashi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue