protect opscenter using Apigee API

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

1 2 260
2 REPLIES 2

Former Community Member
Not applicable

Try this:

conf_load_balancing_load.balancing.driver.nginx.proxy_buffering.val=off

@Alok.Chugh2

Use the property that @Srinandan Sridhar mentioned.
you can do a grep for that property like below to find the token.

 grep -inr proxy_buffering  /opt/apigee | grep edge-router

/opt/apigee/<strong>edge-router</strong>-4.17.01-0.0.967/token/default.properties:2938:\n\\nproxy_buffering ${conf_load_balancing_load.balancing.driver.nginx.proxy_buffering.val};\\\