mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #873 from collinanderson/patch-2
removed supervisor.conf autostart=true
This commit is contained in:
commit
6fe928077c
@ -2,6 +2,5 @@
|
|||||||
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
|
directory=/path/to/project
|
||||||
user=nobody
|
user=nobody
|
||||||
autostart=true
|
|
||||||
autorestart=true
|
autorestart=true
|
||||||
redirect_stderr=true
|
redirect_stderr=true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user