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
_
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
Im trying to add modules to Nginx, therefore im compiling it. Im adding the
realip and the brotli modules:
sudo ./configure
--with-http_realip_module --with-http_ssl_module \
--add-module=/usr/local/src/ngx_brotli
--sbin-path=/usr/sbin/nginx
sudo make
sudo make install
Afte
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