Fix X-Forwarded-Proto typo
This commit is contained in:
parent
a22c656f30
commit
20b095f444
1 changed files with 1 additions and 1 deletions
|
@ -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 }};
|
||||
|
|
Loading…
Reference in a new issue