gunicorn/examples/supervisor.conf
2014-09-05 22:20:26 +01:00

8 lines
197 B
Plaintext

[program:gunicorn]
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