Some of the Router configurations not working in 18.01

We had the following router configurations in 16.01 in /opt/apigee/customer/application/router.properties file

conf/load_balancing.properties+load.balancing.driver.nginx.limit_conn=40000
conf/load_balancing.properties+load.balancing.driver.server.keepalive.timeout=41203ms
conf/load_balancing.properties+load.balancing.driver.proxy.read.timeout=52960ms
conf/load_balancing.properties+load.balancing.driver.connect.timeout=100ms

But when we upgraded to 4.18.01, these settings are not working. Can you please let us know what is the right syntax to be used for these properties ?

Solved Solved
0 1 415
1 ACCEPTED SOLUTION

After referring to the documentation on How to Configure Edge and using some of the commands listed, we were able to figure out that the right syntax for the following router configurations on 4.18.01 is as follows:

conf_load_balancing_load.balancing.driver.nginx.limit_conn=40000
conf_load_balancing_load.balancing.driver.server.keepalive.timeout=41203ms
conf_load_balancing_load.balancing.driver.proxy.read.timeout=52960ms
conf_load_balancing_load.balancing.driver.connect.timeout=100ms

After setting this in /opt/apigee/customer/application/router.properties file and restarting the routers, it worked.

View solution in original post

1 REPLY 1

After referring to the documentation on How to Configure Edge and using some of the commands listed, we were able to figure out that the right syntax for the following router configurations on 4.18.01 is as follows:

conf_load_balancing_load.balancing.driver.nginx.limit_conn=40000
conf_load_balancing_load.balancing.driver.server.keepalive.timeout=41203ms
conf_load_balancing_load.balancing.driver.proxy.read.timeout=52960ms
conf_load_balancing_load.balancing.driver.connect.timeout=100ms

After setting this in /opt/apigee/customer/application/router.properties file and restarting the routers, it worked.