mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix config file parameter "-C" to "-c" in examples/supervisor.conf
This commit is contained in:
parent
5e37c89017
commit
4b62182c48
@ -1,5 +1,5 @@
|
||||
[program:gunicorn]
|
||||
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
|
||||
user=nobody
|
||||
autostart=true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user