From 209ecd91fe733a56a888f48d52deeb2110069f63 Mon Sep 17 00:00:00 2001 From: Charlotte Som Date: Mon, 25 Nov 2024 18:39:08 +0000 Subject: [PATCH] increase pds proxy read timeout for subscription lexicons --- ngx/pds.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ngx/pds.ts b/ngx/pds.ts index e1d4e13..7bef35d 100644 --- a/ngx/pds.ts +++ b/ngx/pds.ts @@ -19,6 +19,7 @@ export const config = ngx("", [ "proxy_set_header Upgrade $http_upgrade", "proxy_set_header Connection $connection_upgrade", "proxy_set_header Host $host", + "proxy_read_timeout 300s", ]), ngx("location = /hi-res-bnuy.png", ["root /srv/www/pds.bun.how"]), ngx("location = /", ["root /srv/www/pds.bun.how", "index hi-res-bnuy.png"]),