Skip to content

Commit d7156a3

Browse files
Dinesh GujarDinesh Gujar
Dinesh Gujar
authored and
Dinesh Gujar
committed
CAT-1347 eol added
1 parent 287cb94 commit d7156a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/vhost/_ssl.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
## SSL directives
44
SSLEngine on
55
<%- unless @mdomain -%>
6-
SSLCertificateFile "<%= @ssl_cert %>"
7-
SSLCertificateKeyFile "<%= @ssl_key %>"
6+
SSLCertificateFile "<%= @ssl_cert %>"
7+
SSLCertificateKeyFile "<%= @ssl_key %>"
88
<%- end -%>
99
<%- if @ssl_chain -%>
1010
SSLCertificateChainFile "<%= @ssl_chain %>"
1111
<%- end -%>
1212
<%- if @ssl_protocol -%>
13-
SSLProtocol <%= [@ssl_protocol].flatten.compact.join(' ') %>
13+
SSLProtocol <%= [@ssl_protocol].flatten.compact.join(' ') %>
1414
<%- end -%>
1515
<%- if @ssl_cipher -%>
1616
<%- if @ssl_cipher.kind_of?(String) -%>
@@ -65,4 +65,4 @@
6565
<%- if @ssl_user_name -%>
6666
SSLUserName <%= @ssl_user_name %>
6767
<%- end -%>
68-
<% end -%>
68+
<% end -%>

0 commit comments

Comments
 (0)