Merge pull request #3421 from Shopify/external-auth-typo

Fix X-Forwarded-Proto typo
This commit is contained in:
k8s-ci-robot 2018-11-14 12:37:48 -08:00 committed by GitHub
commit 09310b964f

View file

@ -841,7 +841,7 @@ stream {
proxy_pass_request_body off;
proxy_set_header Content-Length "";
proxy_set_header X-Fowarded-Proto "";
proxy_set_header X-Forwarded-Proto "";
{{ if $location.ExternalAuth.Method }}
proxy_method {{ $location.ExternalAuth.Method }};