diff options
author | Frederick Muriuki Muriithi | 2024-05-30 16:30:14 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-06-03 10:08:24 -0500 |
commit | 20b4be541b428d330033b5b9616ced3c154ca086 (patch) | |
tree | 1177ed760d3cc40f7f7f3865e313f174d48be83f /README.md | |
parent | ffe9e7104ba83b73d78d66de2d29ad4ace6de2da (diff) | |
download | gn-auth-20b4be541b428d330033b5b9616ced3c154ca086.tar.gz |
Update docs on launching the application.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |