Add WSGI components and README

This commit is contained in:
132ikl 2019-02-24 03:31:30 -05:00
parent c570200b2f
commit 9d424a8959
8 changed files with 60 additions and 15 deletions

12
liteshort.ini Normal file
View file

@ -0,0 +1,12 @@
[uwsgi]
module = wsgi:app
master = true
processes = 2
socket = liteshort.sock
chmod-socket = 660
vacuum = true
die-on-term = true