added python path
Signed-off-by: Your Name <you@example.com>
This commit is contained in:
parent
e294ed80f8
commit
b3c40bd20d
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
[uwsgi]
|
[uwsgi]
|
||||||
|
pythonpath = /home/app/pyven/lib/python3.4/site-packages
|
||||||
socket = /home/app/app/uwsgi.sock
|
socket = /home/app/app/uwsgi.sock
|
||||||
chdir = /home/app/app
|
chdir = /home/app/app
|
||||||
wsgi-file = dynamicweb/wsgi.py
|
wsgi-file = dynamicweb/wsgi.py
|
||||||
|
|
Loading…
Reference in a new issue