Hi,
I am trying to proxy Datastax Cassandra using Apigee API proxy. I have created an API proxy that does it, but some of the resources fail to load using the API proxy. These resources are some XML HTTP or AJAX kind of traffic.
Tried to find a solution online and https://serverfault.com/questions/549553/0-connected-nodes-in-datastax-opscenter says that Proxy_buffering directive in nginx has to be turned off. The problem is, if I try switching this option off in /opt/nginx/conf.d/0-default.conf, the ConfigUtil utility switches it back on after edge-router restart.
Could you please let me know what property to use in customer/application/router.properties to switch this option off. I could not find any conf_router* option that would work here.
Thanks
Answer by srinandans · Jun 19, 2017 at 12:16 PM
Try this:
conf_load_balancing_load.balancing.driver.nginx.proxy_buffering.val=off