remove websocket support

This commit is contained in:
2024-07-20 18:47:20 -05:00
parent 8b8163399c
commit 4f833202d1

View File

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