添加版本的控制

This commit is contained in:
孙小云 2025-05-26 11:05:21 +08:00
parent 109d9272ec
commit d444865686
1 changed files with 1 additions and 3 deletions

View File

@ -24,9 +24,7 @@
location /{
try_files $uri $uri/ @router;
index index.html;
# 只添加这一行来修复重定向
proxy_redirect http://${AIRPORT_DOMAIN} https://${AIRPORT_DOMAIN_FULL};
proxy_redirect http://${AIRPORT_DOMAIN} https://${AIRPORT_DOMAIN_FULL};
}
location @router{