Compare commits
No commits in common. "0b9b8b50d4c5211a1574c386f52cb6e981724a52" and "109d9272eced7a506fce0e5acbebf069b5b3d809" have entirely different histories.
0b9b8b50d4
...
109d9272ec
|
|
@ -24,7 +24,9 @@
|
||||||
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};
|
||||||
}
|
}
|
||||||
|
|
||||||
location @router{
|
location @router{
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ spring:
|
||||||
oauth2:
|
oauth2:
|
||||||
resource-server:
|
resource-server:
|
||||||
jwt:
|
jwt:
|
||||||
issuer-uri: https://${OIDC_DOMAIN_FULL}
|
issuer-uri: https://${OIDC_SERVER_DOMAIN}:${NGINX_HTTPS_PORT}
|
||||||
cloud:
|
cloud:
|
||||||
consul:
|
consul:
|
||||||
host: ${CONSUL_NAME} # consul 所在服务地址
|
host: ${CONSUL_NAME} # consul 所在服务地址
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue