Re: Upstream connections using rotating local IPs

2018-03-18 Thread Andrei
Got it working using map, set_rotate and proxy_bind. Thanks though. On Mar 18, 2018 16:58, "Andrei" wrote: > Hello everyone, > > I have a server with 100+ IP addresses, and source IPs for outbound > connections to remote upstreams are rotated in iptables using the method > described at https://s

Upstream connections using rotating local IPs

2018-03-18 Thread Andrei
Hello everyone, I have a server with 100+ IP addresses, and source IPs for outbound connections to remote upstreams are rotated in iptables using the method described at https://serverfault.com/questions/490854/rotating-outgoing-ips-using-iptables Is there a way to round robin through local IPs f

Fwd: [nginx] The gRPC proxy module.

2018-03-18 Thread Maxim Konovalov
Hello, for those who don't follow nginx-devel@. We also published a blog post on this topic https://www.nginx.com/blog/nginx-1-13-10-grpc/ Forwarded Message Subject: [nginx] The gRPC proxy module. Date: Sat, 17 Mar 2018 20:08:27 + From: Maxim Dounin Reply-To: nginx-de...@

Re: redirect to a .php file with try_files if required .php file not found

2018-03-18 Thread ST
Thank you for the detailed clarification! On Fri, 2018-03-16 at 09:26 +, Francis Daly wrote: > On Thu, Mar 15, 2018 at 01:32:34PM +0200, ST wrote: > > Hi there, > > > maybe I pasted too much of my config, basically the important line is: > > > > try_files $uri /virtual_new.php =404