Skip to content

Commit 37e88c3

Browse files
add missing end bracket
1 parent ff8c637 commit 37e88c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/vhost/_ssl.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<%- else -%>
1919
SSLCipherSuite <%= @ssl_cipher.flatten.compact.join(':') %>
2020
<%- end -%>
21+
<%- end -%>
2122
<%- if not @ssl_honorcipherorder.nil? -%>
2223
SSLHonorCipherOrder <%= scope.call_function('apache::bool2httpd', [@_ssl_honorcipherorder]) %>
2324
<%- end -%>

0 commit comments

Comments
 (0)