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.

8 lines
241 B

  1. [fcgi-program:uvicorn]
  2. process_name=uvicorn-tourtennis-%(process_num)d
  3. socket=tcp://localhost:8000
  4. command=/var/python/tourtennis/.venv/bin/uvicorn --fd 0 main:App
  5. autostart=true
  6. autorestart=true
  7. numprocs=1
  8. user=laradock
  9. redirect_stderr=true