Add WSGI components and README
This commit is contained in:
parent
c570200b2f
commit
9d424a8959
8 changed files with 60 additions and 15 deletions
12
liteshort.ini
Normal file
12
liteshort.ini
Normal 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
|
||||
|
Reference in a new issue