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