diff --git a/templates/nginx-le.j2 b/templates/nginx-le.j2 index 9c35cbd..49b51f8 100644 --- a/templates/nginx-le.j2 +++ b/templates/nginx-le.j2 @@ -56,7 +56,7 @@ server { location {{ proxy.path }} { proxy_pass {{ proxy.protocol }}://{{ proxy.host }}:{{ proxy.port }}; {% if proxy.extra is defined %} - {{ proxy.extra }}; + {{ proxy.extra }} {% endif %} } {% endfor %}