From 48de279a575735f17134e6e84d7a93093276aff9 Mon Sep 17 00:00:00 2001 From: Timo Date: Tue, 4 May 2021 14:44:41 +0300 Subject: [PATCH] release test #@ --- docker/common/nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/common/nginx/nginx.conf b/docker/common/nginx/nginx.conf index 5c97728c7..8673be753 100644 --- a/docker/common/nginx/nginx.conf +++ b/docker/common/nginx/nginx.conf @@ -5,6 +5,7 @@ server { port_in_redirect off; # SSL stuff for cloudflare proxy-ing - ignores SSL certificate and uses SNI + proxy_ssl_verify off; proxy_read_timeout 1m; proxy_ssl_server_name on;