mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-02 18:51:31 +08:00
Gaffer deploy process name fix
Old configuration spawns ' gunicorn' process, not 'gunicorn' as it should be.
This commit is contained in:
parent
a1a4fd47ad
commit
3f86c3db45
@ -134,7 +134,7 @@ Using Gafferd and gafferctl
|
||||
`Gaffer <http://gaffer.readthedocs.org/en/latest/index.html>`_ can be
|
||||
used to monitor gunicorn. A simple configuration is::
|
||||
|
||||
[process: gunicorn]
|
||||
[process:gunicorn]
|
||||
cmd = gunicorn -w 3 test:app
|
||||
cwd = /path/to/project
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user