shii.moe

Source for `shii.moe' website.
git clone git://git.knutsen.co/shii.moe
Log | Files | Refs | README | LICENSE

shiimoe.ini (161B)


[uwsgi]
module = wsgi:app

master = true
processes = 5

socket = shiimoe.sock
chmod-socket = 664
uid = www-data
gid = www-data
vacuum = true

die-on-term = true