We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a24703 + 90e50ee commit 91bed86Copy full SHA for 91bed86
templates/vhost/_ssl.erb
@@ -49,7 +49,7 @@
49
<%- if @ssl_stapling_timeout && scope.function_versioncmp([@apache_version, '2.4']) >= 0 -%>
50
SSLStaplingResponderTimeout <%= @ssl_stapling_timeout %>
51
<%- end -%>
52
- <%- if (not @ssl_stapling_return_errors.nil? && scope.function_versioncmp([@apache_version, '2.4']) >= 0) -%>
+ <%- if (not @ssl_stapling_return_errors.nil?) && (scope.function_versioncmp([@apache_version, '2.4']) >= 0) -%>
53
SSLStaplingReturnResponderErrors <%= scope.function_bool2httpd([@ssl_stapling_return_errors]) %>
54
55
<% end -%>
0 commit comments