Don't automatically squash the authorization header.

This commit is contained in:
esimmons 2018-02-11 10:48:06 +00:00
parent e34afc0fa4
commit ce58cc99db

View file

@ -762,7 +762,6 @@ stream {
auth_digest "{{ $location.BasicDigestAuth.Realm }}";
auth_digest_user_file {{ $location.BasicDigestAuth.File }};
{{ end }}
proxy_set_header Authorization "";
{{ end }}
{{ if $location.CorsConfig.CorsEnabled }}