fuckin gunicorn

This commit is contained in:
2023-10-24 18:21:02 -04:00
parent 2243fc25c4
commit e2cb39d5a8

View File

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