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]
|
[uwsgi]
|
||||||
|
socket = :8000
|
||||||
chdir = /app
|
chdir = /app
|
||||||
module = dynamicweb2.wsgi:application
|
module = dynamicweb2.wsgi:application
|
||||||
socket = /app/dynamicweb2.sock
|
master = true
|
||||||
chmod-socket = 666
|
processes = 4
|
||||||
vacuum = true
|
threads = 2
|
||||||
|
|
Loading…
Add table
Reference in a new issue