From a7c5584cc9623f2e76678ed0265aa8ad2ea2ad6e Mon Sep 17 00:00:00 2001 From: hillerliao Date: Wed, 27 Apr 2022 00:25:21 +0800 Subject: [PATCH] delte /deploy --- gunicorn.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn.conf b/gunicorn.conf index 4c493c1..2192079 100644 --- a/gunicorn.conf +++ b/gunicorn.conf @@ -1,3 +1,3 @@ [program:gunicorn] command=/usr/local/bin/gunicorn wsgi:app -b localhost:5000 -directory=/deploy/app \ No newline at end of file +directory=/app \ No newline at end of file