Add uwsgi.ini
This commit is contained in:
parent
2de44782f7
commit
deb804bd32
1 changed files with 6 additions and 0 deletions
6
uwsgi.ini
Normal file
6
uwsgi.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[uwsgi]
|
||||
chdir = /app
|
||||
module = dynamicweb2.wsgi:application
|
||||
socket = /app/dynamicweb2.sock
|
||||
chmod-socket = 666
|
||||
vacuum = true
|
Loading…
Reference in a new issue