Fix supervisord config for yhn
This commit is contained in:
parent
8837acd57f
commit
55eb4e6391
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
[supervisord]
|
[supervisord]
|
||||||
|
|
||||||
[fcgi-program:uvicorn]
|
[fcgi-program:uvicorn]
|
||||||
socket=tcp://localhost:%(ENV_UVICORN_PORT)
|
socket=tcp://localhost:%(ENV_UVICORN_PORT)s
|
||||||
command=%(ENV_VENV_DIR)s/bin/uvicorn app.main:app --no-server-header --fd 0
|
command=%(ENV_VENV_DIR)s/bin/uvicorn app.main:app --no-server-header --fd 0
|
||||||
numprocs=2
|
numprocs=2
|
||||||
process_name=uvicorn-%(process_num)d
|
process_name=uvicorn-%(process_num)d
|
||||||
|
|
Loading…
Reference in a new issue