This commit is contained in:
yidl 2025-06-24 00:28:34 +08:00
parent 9d186312e5
commit 102cd439bb
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ http {
# --- 统一网关服务 --- # --- 统一网关服务 ---
server { server {
listen 8000 ssl http2; # 使用 http2 提升性能 listen 8000 ssl http2; # 使用 http2 提升性能
server_name 192.168.1.100; # 替换为您的域名或IP server_name 106.52.199.114; # 替换为您的域名或IP
# --- SSL 配置 --- # --- SSL 配置 ---
ssl_certificate /etc/nginx/certs/server.crt; ssl_certificate /etc/nginx/certs/server.crt;