Ident server block

This commit is contained in:
nemunaire 2023-03-14 16:51:32 +01:00
parent a809600237
commit 9da17568e9
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ server {
{% if headers is defined %}{{ headers }}{% endif %}
{% if server %}
{{ server }}
{{ server | indent(4) }}
{% endif %}
}
{% if redirect_to_first is defined and redirect_to_first and domains|length > 1 %}