mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
4 lines
142 B
Plaintext
4 lines
142 B
Plaintext
[program:gunicorn]
|
|
command=gunicorn -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker app:app -b localhost:5000
|
|
directory=/deploy/app
|