Re: Query on nginx. conf file regarding redirection.

2020-10-31 Thread Francis Daly
On Sat, Oct 31, 2020 at 06:48:00AM +0530, Kaushal Shriyan wrote: > On Sat, Oct 31, 2020 at 5:13 AM Francis Daly wrote: Hi there, thanks for the extra information. > > Something like > > > > /usr/local/sbin/nginx -c /etc/nginx.conf -T | grep -e 'server\|listen' > > > > where the first three wo

Re: Nginx proxy_bind failing

2020-10-31 Thread garyc...@yahoo.com
Hi Peter! The high-level problem was to install Nginx on an Asuswrt-Merlin router to reverse proxy certain websites through an established OpenVPN Split-Tunnel. To do that, I had to ensure the Nginx Workers were using a specified Source IP and/or Ephemeral Port which could be MARKed by iptables f

Re: Nginx proxy_bind failing

2020-10-31 Thread Peter Booth
Gary, This was interesting to read. There was one thing that wasn’t obvious to me however. What was the high level problem that you were solving with this specific configuration? Curiously Peter Sent from my iPhone > On Oct 30, 2020, at 3:16 PM, garyc...@yahoo.com > wrote: > > All: >