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

4 lines
151 B
Plaintext

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