Re: Reverse Proxy using Nginx

2018-03-20 Thread Gaurav Ojha
Oh yes, it is solved. Should have mentioned that previously. Sorry about that. Regards Gaurav On Tue, Mar 20, 2018, 4:05 PM Joel Pearson wrote: > So your problem is solved then? > On Wed, 21 Mar 2018 at 4:47 am, Gaurav Ojha wrote: > >> Hi,

Re: Reverse Proxy using Nginx

2018-03-20 Thread Joel Pearson
So your problem is solved then? On Wed, 21 Mar 2018 at 4:47 am, Gaurav Ojha wrote: > Hi, > > Thanks for the reply. I have router, but have a bunch of APIs behind > gunicorn which I wanted to route through nginx. > > I deployed a nginx image and am using it. > > On Tue, Mar

Re: Reverse Proxy using Nginx

2018-03-20 Thread Gaurav Ojha
Hi, Thanks for the reply. I have router, but have a bunch of APIs behind gunicorn which I wanted to route through nginx. I deployed a nginx image and am using it. On Tue, Mar 20, 2018, 9:43 AM Joel Pearson wrote: > What do you want Nginx for? OpenShift has a

Re: Reverse Proxy using Nginx

2018-03-20 Thread Joel Pearson
What do you want Nginx for? OpenShift has a component called the Router which routes traffic. It is based on Haproxy. You could run an nginx container that the router will send traffic to, but if you’re just trying to expose other apps. Then just use the built in Router. Unless you’re talking

Reverse Proxy using Nginx

2018-03-16 Thread Gaurav Ojha
Hello, I have a single host OpenShift cluster. Is it possible to install Nginx (run it as a docker image) and route traffic using Nginx? If so, can someone point out the configurations for NO_PROXY and HTTP_PROXY in this case? I dont want any OpenShift instance IP managed by OpenShift. What I