Compare commits

...

2 Commits

Author SHA1 Message Date
孙小云 0b9b8b50d4 添加版本的控制 2025-05-26 14:56:15 +08:00
孙小云 d444865686 添加版本的控制 2025-05-26 11:05:21 +08:00
2 changed files with 2 additions and 4 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{

View File

@ -20,7 +20,7 @@ spring:
oauth2:
resource-server:
jwt:
issuer-uri: https://${OIDC_SERVER_DOMAIN}:${NGINX_HTTPS_PORT}
issuer-uri: https://${OIDC_DOMAIN_FULL}
cloud:
consul:
host: ${CONSUL_NAME} # consul 所在服务地址