From cd24e347c2953f49afe2194374128b62f6c7cfa2 Mon Sep 17 00:00:00 2001 From: Christoph Dittmann Date: Mon, 25 Apr 2016 15:58:17 +0200 Subject: [PATCH] Hide the server signature This is a more secure default setting. --- templates/vhosts.conf.j2 | 6 ++++++ 1 file changed, 6 insertions(+) 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 %}