ELB configuration (nginx conf) to communicate with a APIGEE single node server

Not applicable

Hi All

My customer wants to access the apigee from an external URL .I do not want to expose the apigee URL .

So we have set up an external load balancer which should redirect all the REST API calls to port 9001 on apigee box .

Do we have any sample ELB config( nginx.conf) which does this kind of job .We have tried couple of nginx configurations but none of them makes request to the apigee server properly .We get a 404 request .

A help here would be much appreciated .

0 1 269
1 REPLY 1

Not applicable

It looks like when we hit on port 8080 on apigee through nginx load balancer it works but port 9001 nginx is returning error 404

Is there some port or settiing that needs to be done on ELB ?