config/nginx.auth.conf: add support refresh token
This commit is contained in:
parent
15894b6043
commit
92b7526700
@ -42,6 +42,7 @@ server {
|
||||
proxy_pass_request_body off;
|
||||
proxy_set_header Content-Length "";
|
||||
proxy_set_header refresh-token $refresh_token;
|
||||
proxy_set_header auth-mode $AUTH_MODE;
|
||||
proxy_intercept_errors on;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user