Remove Host header from auth_request proxy configuration
This commit is contained in:
parent
9ff3b86315
commit
6038e17728
1 changed files with 0 additions and 1 deletions
|
@ -275,7 +275,6 @@ http {
|
|||
proxy_set_header X-Original-URI $request_uri;
|
||||
proxy_set_header X-Scheme $pass_access_scheme;
|
||||
{{ end }}
|
||||
proxy_set_header Host $best_http_host;
|
||||
proxy_pass_request_headers on;
|
||||
set $target {{ $location.ExternalAuth.URL }};
|
||||
proxy_pass $target;
|
||||
|
|
Loading…
Reference in a new issue