Merge pull request #1384 from atombender/issue_1883
Unset Authorization header when proxying
This commit is contained in:
commit
5306ca4eb9
1 changed files with 1 additions and 0 deletions
|
@ -235,6 +235,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