From 283e6de06bbe8114953895e38cb29f9777c59e50 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 28 Jun 2022 00:51:41 +0200 Subject: [PATCH] bugfix --- app/asgi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/asgi.sh b/app/asgi.sh index 8025df96..c795f150 100755 --- a/app/asgi.sh +++ b/app/asgi.sh @@ -6,7 +6,7 @@ manage=$app'/manage.py' static='/srv/static/' media='/srv/media/' src='/srv/src/' -worker=8 +workers=8 sock=/var/run/app/asgi.sock -- 2.39.5