Skip to content

Commit d026314

Browse files
author
Patrick Anders
committed
1 parent a4a9020 commit d026314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/conf/nginx_vhost.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ server {
88
listen <tmpl_var name='ip_address'>:443 ssl{tmpl_if name='enable_spdy' op='==' value='y'} spdy{/tmpl_if};
99
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
1010
<tmpl_if name='ipv6_enabled'>
11-
listen [<tmpl_var name='ipv6_address'>]:443 ssl;
11+
listen [<tmpl_var name='ipv6_address'>]:443 ssl{tmpl_if name='enable_spdy' op='==' value='y'} spdy{/tmpl_if};;
1212
</tmpl_if>
1313
ssl_certificate <tmpl_var name='document_root'>/ssl/<tmpl_var name='ssl_domain'>.crt;
1414
ssl_certificate_key <tmpl_var name='document_root'>/ssl/<tmpl_var name='ssl_domain'>.key;

0 commit comments

Comments
 (0)