Skip to content

Commit

Permalink
add server name to JWS6 template
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Dec 14, 2023
1 parent 7759c09 commit 75543fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/jws/templates/6/server.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 75543fb

Please sign in to comment.