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"]),