Merge pull request #1469 from killfill/fix-nginx-ingress-typo-401
Typo: Add missing {{ }}
This commit is contained in:
commit
8218421812
1 changed files with 1 additions and 1 deletions
|
@ -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 */}}
|
||||
|
|
Loading…
Reference in a new issue