nginx部署相关

This commit is contained in:
2026-05-22 09:33:40 +08:00
parent 016fc821de
commit 8b5eedb308

View File

@@ -10,6 +10,11 @@ server {
try_files $uri $uri/ =404;
}
# 根路径固定进入前端,避免落到后端登录页
location = / {
return 302 /sys/;
}
index index.html;
# SSL 配置