Merge pull request #1469 from killfill/fix-nginx-ingress-typo-401

Typo: Add missing {{ }}
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-10-03 12:10:56 -07:00 committed by GitHub
commit 8218421812

View file

@ -721,7 +721,7 @@ stream {
{{ end }}
{{ if not (empty $location.ExternalAuth.SigninURL) }}
error_page 401 = $location.ExternalAuth.SigninURL;
error_page 401 = {{ $location.ExternalAuth.SigninURL }};
{{ end }}
{{/* if the location contains a rate limit annotation, create one */}}