diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |