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]
|
||||
|
||||
[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
|
||||
numprocs=2
|
||||
process_name=uvicorn-%(process_num)d
|
||||
|
|
Loading…
Reference in a new issue