increase pds proxy read timeout for subscription lexicons
parent
6600be5217
commit
209ecd91fe
|
@ -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"]),
|
||||
|
|
Loading…
Reference in New Issue