Fix config file parameter "-C" to "-c" in examples/supervisor.conf

This commit is contained in:
Christoph Heer 2012-05-29 01:22:28 +03:00 committed by benoitc
parent 5e37c89017
commit 4b62182c48

View File

@ -1,5 +1,5 @@
[program:gunicorn] [program:gunicorn]
command=/usr/local/bin/gunicorn main:application -C /path/to/project/gunicorn.conf.py command=/usr/local/bin/gunicorn main:application -c /path/to/project/gunicorn.conf.py
directory=/path/to/project directory=/path/to/project
user=nobody user=nobody
autostart=true autostart=true