From 597a367b20295214ace86a2ddf026b2ea4a37f53 Mon Sep 17 00:00:00 2001 From: hyh Date: Wed, 26 Nov 2025 12:18:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=AD=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/nginx/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/nginx/nginx.conf b/site/nginx/nginx.conf index 5d8974d2..9bba1d0e 100644 --- a/site/nginx/nginx.conf +++ b/site/nginx/nginx.conf @@ -49,7 +49,8 @@ http { # HTTPS 服务器 server { - listen 443 ssl http2; + listen 443 ssl; + http2 on; server_name smartsensiguard.cn www.smartsensiguard.cn; # SSL 证书配置