Merge pull request #813 from olvesh/externalauth_client_max_body_size_811

Added client_max_body_size to authPath location
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-06-06 11:11:46 -04:00 committed by GitHub
commit dd354bf2a0

View file

@ -327,6 +327,9 @@ http {
proxy_set_header Host {{ $location.ExternalAuth.Host }};
proxy_ssl_server_name on;
client_max_body_size "{{ $location.Proxy.BodySize }}";
set $target {{ $location.ExternalAuth.URL }};
proxy_pass $target;
}