diff --git a/docs/installation/allianceauth.md b/docs/installation/allianceauth.md index abe34e69..b2910982 100644 --- a/docs/installation/allianceauth.md +++ b/docs/installation/allianceauth.md @@ -474,6 +474,8 @@ Alliance Auth needs some additional services to run, which we will set up and co To run the **Alliance Auth** website a [WSGI Server](https://www.fullstackpython.com/wsgi-servers.html) is required. For this [Gunicorn](http://gunicorn.org/) is highly recommended for its ease of configuring. It can be manually run from within your `myauth` base directory with `gunicorn --bind 0.0.0.0 myauth.wsgi` or automatically run using Supervisor. +If you don't see any errors, this means that Gunicorn is running fine. You can stop it with `Ctrl+C` now. + The default configuration is good enough for most installations. Additional information is available in the [gunicorn](gunicorn.md) doc. ### Supervisor