Merge pull request #1384 from atombender/issue_1883

Unset Authorization header when proxying
This commit is contained in:
Prashanth B 2016-07-20 10:54:57 -07:00 committed by GitHub
commit 5306ca4eb9

View file

@ -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;