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 3febf974b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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