From f964bf7e7403578e787ce5519d9e63c074967242 Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Wed, 23 Mar 2016 03:12:16 -0400 Subject: [PATCH] Merge branch 'stable-3.1' --- install/tpl/nginx_ispconfig.vhost.master | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/tpl/nginx_ispconfig.vhost.master b/install/tpl/nginx_ispconfig.vhost.master index 6102cef..8498770 100644 --- a/install/tpl/nginx_ispconfig.vhost.master +++ b/install/tpl/nginx_ispconfig.vhost.master @@ -1,6 +1,6 @@ server { listen {vhost_port}; - listen [::]:{vhost_port} + listen [::]:{vhost_port} ipv6only=on; ssl {ssl_on}; {ssl_comment}ssl_protocols TLSv1 TLSv1.1 TLSv1.2; {ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt; @@ -81,4 +81,4 @@ # location /webmail { # rewrite ^/* /squirrelmail last; # } -} \ No newline at end of file +} -- Gitblit v1.9.1