Browse Source

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

PR #23: Remove unnecessary semicolon from vhosts config.
Jeff Geerling 10 năm trước cách đây
mục cha
commit
e9aa607bb6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 %}