From 0f9b067cf7d8193d4f79d0c276217f6b50558ce5 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 13 Sep 2025 11:44:28 +0200 Subject: [PATCH] info on websocket support --- Using-a-Reverse-Proxy-with-Paperless-ngx.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Using-a-Reverse-Proxy-with-Paperless-ngx.md b/Using-a-Reverse-Proxy-with-Paperless-ngx.md index ad346ef..59c9d82 100644 --- a/Using-a-Reverse-Proxy-with-Paperless-ngx.md +++ b/Using-a-Reverse-Proxy-with-Paperless-ngx.md @@ -61,6 +61,8 @@ towards the end of the section. Some have found adding the P3P header (`add_header P3P 'CP=""';` see [#817](https://github.com/paperless-ngx/paperless-ngx/issues/817)) works; only [IE and Edge](https://en.wikipedia.org/wiki/P3P) support it. +Also make sure to enable `Websocket Support` in nginx, see https://github.com/paperless-ngx/paperless-ngx/discussions/10762#discussioncomment-14299568. + # Apache Below is an example of an apache2 conf file that you may customize to fit your environment and needs.