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; } se

SSL and port number [was: Rewrite -- failure]

2020-04-21 Thread Paul
Thanks for your input. I have spent quite some time on this, and have failed on "rewrite". It all works using a different port number but *without* SSL -- the moment I add the Certbot back in (see config below) I get "Error code: SSL_ERROR_RX_RECORD_TOO_LONG". Also, same server, on default p

Re: aarch64 packages for other Linux flavors

2020-04-21 Thread Konstantin Pavlov
Hi Emilio, 15.04.2020 14:21, Emilio Fernandes wrote: > Our policy is to provide packages for officially upstream-supported > distributions. > > > https://wiki.centos.org/FAQ/General#What_architectures_are_supported.3F > states that they only support x86_64, and aa

nginx-1.18.0

2020-04-21 Thread Maxim Dounin
Changes with nginx 1.18.021 Apr 2020 *) 1.18.x stable branch. -- Maxim Dounin http://nginx.org/ ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx-1.17.10

2020-04-21 Thread Maxim Dounin
Hello! On Mon, Apr 20, 2020 at 09:47:53PM +0200, A. Schulze wrote: > Am 14.04.20 um 16:34 schrieb Maxim Dounin: > > Changes with nginx 1.17.10 14 Apr 2020 > > > > *) Feature: the "auth_delay" directive. > > Hello nginx developers, > > I'm searching for