Add uwsgi.ini
This commit is contained in:
parent
4579d8bcf2
commit
5ef72448d9
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
[uwsgi]
|
||||
socket = :8000
|
||||
chdir = /app
|
||||
module = dynamicweb2.wsgi:application
|
||||
socket = /app/dynamicweb2.sock
|
||||
chmod-socket = 666
|
||||
vacuum = true
|
||||
master = true
|
||||
processes = 4
|
||||
threads = 2
|
||||
|
|
Loading…
Reference in a new issue