increase pds proxy read timeout for subscription lexicons

main
Charlotte Som 2024-11-25 18:39:08 +00:00
parent 6600be5217
commit 209ecd91fe
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ export const config = ngx("", [
"proxy_set_header Upgrade $http_upgrade", "proxy_set_header Upgrade $http_upgrade",
"proxy_set_header Connection $connection_upgrade", "proxy_set_header Connection $connection_upgrade",
"proxy_set_header Host $host", "proxy_set_header Host $host",
"proxy_read_timeout 300s",
]), ]),
ngx("location = /hi-res-bnuy.png", ["root /srv/www/pds.bun.how"]), 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"]), ngx("location = /", ["root /srv/www/pds.bun.how", "index hi-res-bnuy.png"]),