From b2c24799f23687de2f82fa364f39499890ae7143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=93=E6=A0=8B=E6=A2=81?= Date: Sun, 29 Jun 2025 14:36:24 +0800 Subject: [PATCH] https --- nginx.conf.gateway | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx.conf.gateway b/nginx.conf.gateway index 23b50d6..3cb5541 100644 --- a/nginx.conf.gateway +++ b/nginx.conf.gateway @@ -171,6 +171,7 @@ http { # 将 /Callback -> http://sys_ui/Callback proxy_pass http://sys_ui; proxy_redirect http://sys_ui/ https://$host:$server_port/; + proxy_redirect https://sys_ui/ https://$host:$server_port/; } # 5. Sys UI 和根路径路由 # IMPORTANT: sys-ui 的前端路由基础路径(base path)需要配置为 / @@ -180,6 +181,7 @@ http { # 将 /path -> http://sys_ui/path proxy_pass http://sys_ui; proxy_redirect http://sys_ui/ https://$host:$server_port/; + proxy_redirect https://sys_ui/ https://$host:$server_port/; } }