Supervisor not working with Gunicorn + Flask
问题 I am trying to run Gunicorn from Supervisor in an Ubuntu 12.04 system. Gunicorn runs a Flask app (simple REST web service tested with Flask's embedded server). I have installed Gunicorn by clonning GIT repo, trying to avoid 'apt-get install' because it runs Gunicorn server when installs it. I do not want it running, it will be run by Supervisor only. So after install it, if I try: cd /usr/local/bin gunicorn my_app:app -c /path/to/gu_config_file Gunicorn works. Then I kill it. Note config file