We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fc7455 + dd69adc commit a31f00eCopy full SHA for a31f00e
templates/vhost/_ssl.erb
@@ -7,7 +7,7 @@
7
<%- if @ssl_chain -%>
8
SSLCertificateChainFile "<%= @ssl_chain %>"
9
<%- end -%>
10
- <%- if @ssl_certs_dir -%>
+ <%- if @ssl_certs_dir && @ssl_certs_dir != '' -%>
11
SSLCACertificatePath "<%= @ssl_certs_dir %>"
12
13
<%- if @ssl_ca -%>
0 commit comments