Browse Source

语法

feature/web_v4.0
hyh 3 weeks ago
parent
commit
597a367b20
  1. 3
      site/nginx/nginx.conf

3
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 证书配置

Loading…
Cancel
Save