Re: Reverse proxy with dynamic destination

2018-11-26 Thread Sergey Kandaurov
> On 26 Nov 2018, at 01:20, hmac wrote: > > Ohh forgot to add. It does actually load, it just takes around 60 secs what > normally takes 4 seconds > And what if you try to re-run with "worker_processes 1;" ? -- Sergey Kandaurov ___ nginx mailing

Re: Reverse proxy with dynamic destination

2018-11-25 Thread hmac
and the new feature was proxy_socket_keepalive according to https://nginx.org/en/CHANGES (Changes with nginx 1.15.6 06 Nov 2018) Posted at Nginx Forum: https://forum.nginx.org/read.php?2,282118,282121#msg-282121 _

Re: Reverse proxy with dynamic destination

2018-11-25 Thread hmac
Ohh forgot to add. It does actually load, it just takes around 60 secs what normally takes 4 seconds Posted at Nginx Forum: https://forum.nginx.org/read.php?2,282118,282120#msg-282120 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mail

Reverse proxy with dynamic destination

2018-11-25 Thread hmac
Hi, I have an issue i could use some help with and would appreciate any advice. I find reverse proxying using a variable works for 9 out of 10 devices on my network, except for one device. For this one device, if I statically set the destination, everything works fine! I have tried almost every con