Add missing {{ }}

This commit is contained in:
killfill 2017-10-03 15:57:10 -03:00
parent 180d0dfca2
commit 1aec666538

View file

@ -720,7 +720,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 */}}