Merge pull request #873 from collinanderson/patch-2

removed supervisor.conf autostart=true
This commit is contained in:
Randall Leeds 2014-09-05 18:16:39 -07:00
commit 6fe928077c

View File

@ -2,6 +2,5 @@
command=/usr/local/bin/gunicorn main:application -c /path/to/project/gunicorn.conf.py
directory=/path/to/project
user=nobody
autostart=true
autorestart=true
redirect_stderr=true