diff --git a/controllers/nginx/nginx.tmpl b/controllers/nginx/nginx.tmpl index dae4cbd11..188d93afb 100644 --- a/controllers/nginx/nginx.tmpl +++ b/controllers/nginx/nginx.tmpl @@ -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;