From 3f86c3db458741b797f5c74017ae1bf1c5214fec Mon Sep 17 00:00:00 2001 From: Anton Vlasenko Date: Thu, 7 Feb 2013 09:30:17 +0200 Subject: [PATCH] Gaffer deploy process name fix Old configuration spawns ' gunicorn' process, not 'gunicorn' as it should be. --- 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 267743cd..83f1c6c7 100644 --- a/docs/source/deploy.rst +++ b/docs/source/deploy.rst @@ -134,7 +134,7 @@ Using Gafferd and gafferctl `Gaffer `_ can be used to monitor gunicorn. A simple configuration is:: - [process: gunicorn] + [process:gunicorn] cmd = gunicorn -w 3 test:app cwd = /path/to/project