diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2 index d59ab71..7eb17c0 100644 --- a/templates/nginx.conf.j2 +++ b/templates/nginx.conf.j2 @@ -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 %}