mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
[ADD] Remark on how to stop Gunicorn when testing
This commit is contained in:
parent
84e2107b62
commit
8aeb061635
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user