Timeouts in reverse proxy?

I’m running rstudio server. I’m occasionally getting reverse proxy timeouts (HTTP 400/502) errors and this correlates with the file system being loaded. I thus assume that for some reason the rstudio web server takes too long to responds an this leads to the Apache or PUN web server giving me an error.

Where would be the right place to increment the timeout for the involved reverse proxies?

Thanks!

Hey there @holtgrewe! Try and increase the pun_max_retries config var in your ood-portal.yml: https://osc.github.io/ood-documentation/latest/reference/files/ood-portal-yml.html#configure-per-user-nginx

Thanks @mario. That apparently fixed my problem. Cheers!