Browse Source

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

PR #23: Remove unnecessary semicolon from vhosts config.
Jeff Geerling 10 years ago
parent
commit
e9aa607bb6
1 changed files with 1 additions and 1 deletions
  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 %}