diff --git a/gunicorn.conf b/gunicorn.conf index 334b24e..6412df9 100644 --- a/gunicorn.conf +++ b/gunicorn.conf @@ -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