-
Checked the nginx router configuration for the specific org/environment/virtual host combination
- Looked into the Config File:
/opt/apigee/nginx/conf.d/myorg_myenv_default.conf- Property Name:
proxy_pass [http://MP1_IPaddress_port#_MP2_IPaddress_port#](http://MP1_IPaddress_port#_MP2_IPaddress_port#) -
This confirmed that the router is configured to send the requests to both the MPs
-
Next logged onto the MP boxes and checked if the port was blocked using the below command:
iptables -L
- Noticed that one of the MP was blocked on the port # through which router was talking to the MP, while the other was not blocked.
Removed the iptable rule to unblock the port. With this change, we started observing the traffic being routed to both the MPs.