Add missing {{ }}
This commit is contained in:
parent
180d0dfca2
commit
1aec666538
1 changed files with 1 additions and 1 deletions
|
@ -720,7 +720,7 @@ stream {
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if not (empty $location.ExternalAuth.SigninURL) }}
|
{{ if not (empty $location.ExternalAuth.SigninURL) }}
|
||||||
error_page 401 = $location.ExternalAuth.SigninURL;
|
error_page 401 = {{ $location.ExternalAuth.SigninURL }};
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{/* if the location contains a rate limit annotation, create one */}}
|
{{/* if the location contains a rate limit annotation, create one */}}
|
||||||
|
|
Loading…
Reference in a new issue