From 06241e868d870081d47c84724268253395cee9bc Mon Sep 17 00:00:00 2001 From: yidl Date: Sat, 28 Jun 2025 18:19:36 +0800 Subject: [PATCH] proxy_ssl_verify off; --- nginx.conf.gateway | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.gateway b/nginx.conf.gateway index 98edce6..52ce8a6 100644 --- a/nginx.conf.gateway +++ b/nginx.conf.gateway @@ -21,7 +21,7 @@ http { tcp_nopush on; tcp_nodelay on; keepalive_timeout 65; - + proxy_ssl_verify off; # Gzip 压缩1 gzip on; gzip_vary on;