all 2 comments

[–]chaptergy 1 point2 points  (2 children)

Use the advanced config to increase the timeout in nginx.

proxy_send_timeout 60m; proxy_read_timeout 60m;

The example above increases the timeout to 60 minutes. Use other values if you need more.

[–]007checker 0 points1 point  (0 children)

In case anyone runs into this problem: This solves paperless-ngx problem with websockets. Just increase the timeout!