Fix X-Forwarded-Proto typo

This commit is contained in:
Maxime Ginters 2018-11-14 10:19:31 -05:00
parent d2e831b51a
commit cc1ddbea0d

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