Re: simple reverse web proxy need a little help

2017-12-06 Thread qwazi
I had to go back and create another conf file for the third domain as it was now directing to the first domain if I use the WWW on it. WEIRD! But creating another conf file works sounless you want to tell me I'm doing it wrong, I'll leave it for now. Posted at Nginx Forum: https://forum.ng

Re: simple reverse web proxy need a little help

2017-12-06 Thread qwazi
I use geopeeker.com to accomplish the same thing only it renders the site so you can see it, not just resolves the name. I fixed the problem but I don't think it's the right way to do it. I created a 4th conf file for just the WWW and it seems to be working correctly now. Posted at Nginx Forum:

Re: Can Nginx used as a reverse proxy send HTTP(s) requests through a forward proxy ?

2017-12-06 Thread Peter Booth
Take a look at the stream directive in the nginx docs. I’ve used that to proxy an https connection to a backend when I needed to make use of preecisting SSO Sent from my iPhone > On Dec 6, 2017, at 5:47 PM, Nicolas Legroux wrote: > > Hi, > > I'm wondering if it's possible to do what's descri

Can Nginx used as a reverse proxy send HTTP(s) requests through a forward proxy ?

2017-12-06 Thread Nicolas Legroux
Hi, I'm wondering if it's possible to do what's described in the mail subject ? I've had a look through Internet and docs but haven't been able to figure it out. The question is similar to the one that's asked here : https://stackoverflow.com/questions/45900356/how-to-configure-nginx-as-reverse-pr

Re: simple reverse web proxy need a little help

2017-12-06 Thread Peter Booth
First Step Use something like http://www.kloth.net/services/nslookup.php To check the IP addresses returned for all six names (with and without www for the three domains) Do these look correct? Sent from my iPhone > On Dec 6, 2017, at 5:27 PM, qwazi wrote: > > I'm new to nginx but needed a

simple reverse web proxy need a little help

2017-12-06 Thread qwazi
I'm new to nginx but needed a solution like this. It's very cool but I'm a newbie with a small problem. I'm using nginx as a simple reverse web proxy. I have 3 domains on 2 servers. I'm using 3 files in sites-enabled called your-vhost1.conf , your-vhost2.conf and so on. The stand alone domain

Re: memory leak in django app?

2017-12-06 Thread Etienne Robillard
Hi Antonis, My development server appears unaffected by this problem. Plus I can get heap stats using guppy, which is pretty cool. :) Both my production and development servers have __debug__ enabled in Python 2.7.13. However when using ab -c 100 to benchmark my nginx server I get: SSL han