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 287cb94 commit d7156a3Copy full SHA for d7156a3
templates/vhost/_ssl.erb
@@ -3,14 +3,14 @@
3
## SSL directives
4
SSLEngine on
5
<%- unless @mdomain -%>
6
- SSLCertificateFile "<%= @ssl_cert %>"
7
- SSLCertificateKeyFile "<%= @ssl_key %>"
+ SSLCertificateFile "<%= @ssl_cert %>"
+ SSLCertificateKeyFile "<%= @ssl_key %>"
8
<%- end -%>
9
<%- if @ssl_chain -%>
10
SSLCertificateChainFile "<%= @ssl_chain %>"
11
12
<%- if @ssl_protocol -%>
13
- SSLProtocol <%= [@ssl_protocol].flatten.compact.join(' ') %>
+ SSLProtocol <%= [@ssl_protocol].flatten.compact.join(' ') %>
14
15
<%- if @ssl_cipher -%>
16
<%- if @ssl_cipher.kind_of?(String) -%>
@@ -65,4 +65,4 @@
65
<%- if @ssl_user_name -%>
66
SSLUserName <%= @ssl_user_name %>
67
68
-<% end -%>
+<% end -%>
0 commit comments