You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/08/02 19:46:46 UTC

[GitHub] [cloudstack] manuthu commented on issue #5267: v4.15.1.0 New UI - ListApis returns a gateway timeout

manuthu commented on issue #5267:
URL: https://github.com/apache/cloudstack/issues/5267#issuecomment-891286125


   Thanks for the response @rhtyd 
   
   Looks like the request was timing out at the proxy. 
   I've increased the timeout [settings](http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_read_timeout) at the proxy and now everything is ok.
   
   ```
   proxy_read_timeout 300s
   ```
   
   The Api is however really slow - Takes about a min and a half to respond. I see you already raised an issue on the same [here](https://github.com/apache/cloudstack/issues/5266)
   
   Cheers


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org