Explorar o código

Merge pull request #23 from fritz-c/patch-1

PR #23: Remove unnecessary semicolon from vhosts config.
Jeff Geerling %!s(int64=10) %!d(string=hai) anos
pai
achega
e9aa607bb6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      templates/vhosts.j2

+ 1 - 1
templates/vhosts.j2

@@ -18,7 +18,7 @@ server {
     {% endif %}
 
     {% if vhost.extra_parameters is defined %}
-    {{ vhost.extra_parameters }};
+    {{ vhost.extra_parameters }}
     {% endif %}
 }
 {% endfor %}