Skip to content

Commit

Permalink
server.xml: fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
oranenj committed Apr 14, 2021
1 parent 8ec1090 commit ab4c865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/server.xml.epp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<% if $jira::tomcat_native_ssl { -%>
<Connector
port="<%= $jira::tomcat_https_port %>"
protocol="<%= $jira::tomcat_protocol_ssl_real %>"
protocol="<%= $jira::config::tomcat_protocol_ssl_real %>"
<%- if $jira::tomcat_address { -%>
address="<%= $jira::tomcat_address %>"
<%- } -%>
Expand Down

0 comments on commit ab4c865

Please sign in to comment.