Re: UDP Load balancing - [Solved]

2020-04-23 Thread Andrei
On Wed, Apr 22, 2020 at 4:22 AM deprito wrote: > Hello @arigatox, > > do you mind share with me, how to LB UDP protocol like wireguard? > > My nginx.conf > user www-data; > worker_processes auto; > pid /run/nginx.pid; > include /etc/nginx/modules-enabled/*.conf; > > stream { > > upstream

Re: UDP Load balancing - [Solved]

2020-04-21 Thread deprito
Hello @arigatox, do you mind share with me, how to LB UDP protocol like wireguard? My nginx.conf user www-data; worker_processes auto; pid /run/nginx.pid; include /etc/nginx/modules-enabled/*.conf; stream { upstream syslog_udp { server x.x.x.x:51820; server x.x.x.x:51820; }

Re: UDP Load balancing - [Solved]

2020-01-28 Thread arigatox
Excellent! I upgraded to 1.16.1 and udp load balancing is working as expected. Thank you again Roman. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,286837,286842#msg-286842 ___ nginx mailing list nginx@nginx.org