From e2cb39d5a8a79f21d68f73a59d3e0da80f4b4c07 Mon Sep 17 00:00:00 2001 From: Andrew Simonson Date: Tue, 24 Oct 2023 18:21:02 -0400 Subject: [PATCH] fuckin gunicorn --- gunicorn.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn.conf b/gunicorn.conf index 334b24e..e6d76fa 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=gunicorn -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker app:app -b localhost:5000 directory=/deploy/app