This commit is contained in:
dpedu 2015-07-26 20:07:43 -07:00
parent e44f7d49cc
commit 7dc9f576e4
2 changed files with 3 additions and 2 deletions

1
init-virtualenv Normal file → Executable file
View File

@ -1,6 +1,7 @@
#!/bin/sh
su python <<'EOF'
chown -R python:python /home/python
if [ -d /home/python/appenv ] ; then
exit 0
fi

View File

@ -1,8 +1,8 @@
[uwsgi]
no-orphans = true
log-date = true
uid = pythonapp
pid = pythonapp
uid = python
pid = python
plugins = python3
touch-reload = /home/python/app/app.py
chdir = /home/python/app/