From 20b4be541b428d330033b5b9616ced3c154ca086 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 30 May 2024 16:30:14 -0500 Subject: Update docs on launching the application. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 072468e..f4f0d48 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ You can run the application on production with GUnicorn with something like: ```sh gunicorn --bind 0.0.0.0:8081 --workers 6 --keep-alive 6000 --max-requests 10 \ - --max-requests-jitter 5 --timeout 1200 wsgi:app + --max-requests-jitter 5 --timeout 1200 gn_auth.wsgi:app ``` ## Checks -- cgit v1.2.3