shtakai
8/10/2016 - 6:19 AM

modified new app : supervisor /etc/supervisor/conf.d/my_app.conf

modified new app : supervisor /etc/supervisor/conf.d/my_app.conf

[program:headlines]
command = /home/work/py27/bin/gunicorn headlines:app --config /var/www/headlines/guniconf.py
directory = /var/www/headlines
user = work
autostart = true
autorestart = true
redirect_stderr = true