We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec1090 commit ab4c865Copy full SHA for ab4c865
1 file changed
templates/server.xml.epp
@@ -65,7 +65,7 @@
65
<% if $jira::tomcat_native_ssl { -%>
66
<Connector
67
port="<%= $jira::tomcat_https_port %>"
68
- protocol="<%= $jira::tomcat_protocol_ssl_real %>"
+ protocol="<%= $jira::config::tomcat_protocol_ssl_real %>"
69
<%- if $jira::tomcat_address { -%>
70
address="<%= $jira::tomcat_address %>"
71
<%- } -%>
0 commit comments