You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
241 B
9 lines
241 B
[fcgi-program:uvicorn]
|
|
process_name=uvicorn-tourtennis-%(process_num)d
|
|
socket=tcp://localhost:8000
|
|
command=/var/python/tourtennis/.venv/bin/uvicorn --fd 0 main:App
|
|
autostart=true
|
|
autorestart=true
|
|
numprocs=1
|
|
user=laradock
|
|
redirect_stderr=true
|