Unset Authorization header when proxying.
This commit is contained in:
parent
ce7085d277
commit
5effb7b4e3
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@ http {
|
|||
auth_digest "{{ $location.Auth.Realm }}";
|
||||
auth_digest_user_file {{ $location.Auth.File }};
|
||||
{{ end }}
|
||||
proxy_set_header Authorization "";
|
||||
{{- end }}
|
||||
|
||||
proxy_set_header Host $host;
|
||||
|
|
Loading…
Reference in a new issue