diff --git a/roles/jws/templates/6/server.xml.j2 b/roles/jws/templates/6/server.xml.j2 index 3f3b34b0..105a4506 100644 --- a/roles/jws/templates/6/server.xml.j2 +++ b/roles/jws/templates/6/server.xml.j2 @@ -79,6 +79,7 @@ allowTrace="false" {% if jws.listen.http.bind_address is defined %} address="{{ jws.listen.http.bind_address }}" {% endif %} + server="{{ jws.listen.https.servername }}" connectionTimeout="20000" maxParameterCount="1000" redirectPort="{{ jws.listen.https.port }}"