update oauth
This commit is contained in:
12
install.sh
12
install.sh
@@ -1595,6 +1595,18 @@ build_nginx_idp_api_proxy_block() {
|
||||
${nginx_proxy_headers}
|
||||
}
|
||||
|
||||
location /oauth/ {
|
||||
proxy_pass ${api_upstream}/oauth/;
|
||||
proxy_http_version 1.1;
|
||||
${nginx_proxy_headers}
|
||||
}
|
||||
|
||||
location /.well-known/ {
|
||||
proxy_pass ${api_upstream}/.well-known/;
|
||||
proxy_http_version 1.1;
|
||||
${nginx_proxy_headers}
|
||||
}
|
||||
|
||||
EOF
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user