Compare commits

..

No commits in common. "0b9b8b50d4c5211a1574c386f52cb6e981724a52" and "109d9272eced7a506fce0e5acbebf069b5b3d809" have entirely different histories.

2 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,9 @@
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_DOMAIN_FULL}
issuer-uri: https://${OIDC_SERVER_DOMAIN}:${NGINX_HTTPS_PORT}
cloud:
consul:
host: ${CONSUL_NAME} # consul 所在服务地址