Merge pull request #653 from alasdairnicol/patch-1

Use lowercase 'true' in example config to be consistent
This commit is contained in:
Benoit Chesneau 2013-12-11 00:03:16 -08:00
commit 3601f20e11

View File

@ -199,7 +199,7 @@ Another useful tool to monitor and control Gunicorn is Supervisor_. A
user=nobody
autostart=true
autorestart=true
redirect_stderr=True
redirect_stderr=true
Upstart
-------