From a01d143aaea6d7690da26e9f8b49dcc570f77196 Mon Sep 17 00:00:00 2001 From: Alasdair Nicol Date: Mon, 2 Dec 2013 00:08:26 +0000 Subject: [PATCH] Use lowercase 'true' in example config to be consistent --- docs/source/deploy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/deploy.rst b/docs/source/deploy.rst index fe94f143..7b17b4c7 100644 --- a/docs/source/deploy.rst +++ b/docs/source/deploy.rst @@ -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 -------