Skip to content

Commit 81a4dc5

Browse files
author
Marius Burkard
committed
Merge branch 'master' into 'stable-3.1'
Master See merge request !293
2 parents 9fd9303 + 3279f89 commit 81a4dc5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

install/tpl/nginx_apps.vhost.master

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
server {
2-
listen {apps_vhost_ip};
3-
listen [::]:{apps_vhost_port};
2+
listen {apps_vhost_port};
3+
listen [::]:{apps_vhost_port} ipv6only=on;
44
ssl {ssl_on};
55
{ssl_comment}ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
66
{ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt;

install/tpl/nginx_ispconfig.vhost.master

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
server {
22
listen {vhost_port};
3-
listen [::]:{vhost_port}
3+
listen [::]:{vhost_port} ipv6only=on;
44
ssl {ssl_on};
55
{ssl_comment}ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
66
{ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt;
@@ -81,4 +81,4 @@ server {
8181
# location /webmail {
8282
# rewrite ^/* /squirrelmail last;
8383
# }
84-
}
84+
}

0 commit comments

Comments
 (0)