Adding wsgi entry and wsgi config
This commit is contained in:
13
flash_cards.ini
Normal file
13
flash_cards.ini
Normal file
@@ -0,0 +1,13 @@
|
||||
[uwsgi]
|
||||
module = wsgi:app
|
||||
|
||||
master = true
|
||||
processes = 5
|
||||
|
||||
socket = flash_cards.sock
|
||||
chmod-socket = 660
|
||||
vacuum = true
|
||||
|
||||
die-on-term = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user