From 3c959280519b0ac57e6ba819145ee4a8d6670276 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:17:57 -0700 Subject: [PATCH] And updates the docs --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 392759bf5..f9bf17466 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -837,7 +837,7 @@ Paperless-ngx consists of the following components: ```shell-session cd /path/to/paperless/src/ - python3 webserver.py + granian --interface asginl --ws "paperless.asgi:application" ``` or by any other means such as Apache `mod_wsgi`.