Fix X-Forwarded-Proto typo

This commit is contained in:
Maxime Ginters 2018-11-14 10:19:31 -05:00
parent a22c656f30
commit 20b095f444

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