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 dc6e7c9 commit e36d9e9Copy full SHA for e36d9e9
templates/mailhost/mailhost_ssl.epp
@@ -17,7 +17,7 @@ server {
17
listen <%= $ip %>:<%= $ssl_port %><% if versioncmp($nginx_version, '1.15.0') >= 0 { %> ssl<% } %>;
18
<%- } -%>
19
<%- $ipv6_listen_ip.each |$ipv6| { -%>
20
- listen [<%= $ipv6 %>]:<%= $ssl_port %> <% if $ipv6_listen_options { %><%= $ipv6_listen_options %><% } %>;
+ listen [<%= $ipv6 %>]:<%= $ssl_port %><% if versioncmp($nginx_version, '1.15.0') >= 0 { %> ssl<% } %> <% if $ipv6_listen_options { %><%= $ipv6_listen_options %><% } %>;
21
22
<%= $mailhost_common -%>
23
0 commit comments