Supports using the original Granian define environment variables, cleans up references to gunicorn

This commit is contained in:
Trenton H
2025-02-24 13:32:29 -08:00
parent 1e9b3d0f4a
commit ba5a4554c5
10 changed files with 18 additions and 310 deletions

View File

@@ -837,7 +837,7 @@ Paperless-ngx consists of the following components:
```shell-session
cd /path/to/paperless/src/
gunicorn -c ../gunicorn.conf.py paperless.wsgi
python3 webserver.py
```
or by any other means such as Apache `mod_wsgi`.