From 4b62182c48e95ea3a7cef375b173c8e42744f5b8 Mon Sep 17 00:00:00 2001 From: Christoph Heer Date: Tue, 29 May 2012 01:22:28 +0300 Subject: [PATCH] Fix config file parameter "-C" to "-c" in examples/supervisor.conf --- examples/supervisor.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/supervisor.conf b/examples/supervisor.conf index ab1510bf..3e21f810 100644 --- a/examples/supervisor.conf +++ b/examples/supervisor.conf @@ -1,5 +1,5 @@ [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 user=nobody autostart=true