chore: pass websocket connections to paperless

This is required for the document upload processing to successfully run.
Without this enabled, the document upload gets stuck on:

Upload complete, waiting...

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2024-09-04 02:15:28 +05:30
parent abdeb98f11
commit a2991e9ca8
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -58,6 +58,7 @@
forceSSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:${toString config.services.paperless.port}/";
proxyWebsockets = true;
};
};
};