aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-05-30 16:30:14 -0500
committerFrederick Muriuki Muriithi2024-06-03 10:08:24 -0500
commit20b4be541b428d330033b5b9616ced3c154ca086 (patch)
tree1177ed760d3cc40f7f7f3865e313f174d48be83f
parentffe9e7104ba83b73d78d66de2d29ad4ace6de2da (diff)
downloadgn-auth-20b4be541b428d330033b5b9616ced3c154ca086.tar.gz
Update docs on launching the application.
-rw-r--r--README.md2
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