Extracted frontend from webservice to new directory
Updated directory structure Updated .gitignore
This commit is contained in:
12
api/deploy/uwsgi.ini
Normal file
12
api/deploy/uwsgi.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[uwsgi]
|
||||
module = app:app
|
||||
uid = root
|
||||
gid = root
|
||||
master = true
|
||||
processes = 5
|
||||
|
||||
socket = /tmp/uwsgi.socket
|
||||
chmod-sock = 664
|
||||
vacuum = true
|
||||
|
||||
die-on-term = true
|
Reference in New Issue
Block a user