diff --git a/templates/vhosts.conf.j2 b/templates/vhosts.conf.j2 index 766554f..ed09ab8 100644 --- a/templates/vhosts.conf.j2 +++ b/templates/vhosts.conf.j2 @@ -26,6 +26,9 @@ {% endif %} {% endif %} + + ServerSignature Off + {% if vhost.extra_parameters is defined %} {{ vhost.extra_parameters }} {% endif %} @@ -73,6 +76,9 @@ {% endif %} {% endif %} + + ServerSignature Off + {% if vhost.extra_parameters is defined %} {{ vhost.extra_parameters }} {% endif %}