添加版本的控制

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