Add missing {{ }}

This commit is contained in:
killfill 2017-10-03 15:57:10 -03:00
parent 36cb64348f
commit c2039652ba

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 */}}