mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
removed supervisor.conf autostart=true
it's true by default.
This commit is contained in:
parent
d0e45c8fab
commit
c9fc89d11e
@ -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