proxy_ssl_verify off;

This commit is contained in:
yidl 2025-06-28 18:19:36 +08:00
parent 460374f404
commit 06241e868d
1 changed files with 1 additions and 1 deletions

View File

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