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 4278563 commit af142bbCopy full SHA for af142bb
templates/server.xml.epp
@@ -74,7 +74,7 @@
74
enableLookups="<%= $jira::tomcat_enable_lookups %>"
75
disableUploadTimeout="<%= $jira::tomcat_disable_upload_timeout %>"
76
acceptCount="<%= $jira::tomcat_accept_count %>"
77
-<% if $jira::proxy['scheme'] { -%>
+<% if ! $jira::proxy['scheme'] { -%>
78
scheme="https"
79
<% } -%>
80
secure="true"
0 commit comments