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
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
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
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
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