Files
asimonson1125.github.io/gunicorn.conf
2023-10-24 18:21:02 -04:00

4 lines
142 B
Plaintext

[program:gunicorn]
command=gunicorn -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker app:app -b localhost:5000
directory=/deploy/app