add uwsgi.ini
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
parent
0c3fcdee29
commit
3e62c4e0a6
1 changed files with 8 additions and 0 deletions
8
uwsgi.ini
Normal file
8
uwsgi.ini
Normal file
|
@ -0,0 +1,8 @@
|
|||
[uwsgi]
|
||||
socket = /home/app/app/uwsgi.sock
|
||||
chdir = /home/app/app
|
||||
wsgi-file = dynamicweb/wsgi.py
|
||||
processes = 4
|
||||
threads = 2
|
||||
chmod-socket = 666
|
||||
|
Loading…
Reference in a new issue