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.
2 parents 9fd9303 + 3279f89 commit 81a4dc5Copy full SHA for 81a4dc5
install/tpl/nginx_apps.vhost.master
@@ -1,6 +1,6 @@
1
server {
2
- listen {apps_vhost_ip};
3
- listen [::]:{apps_vhost_port};
+ listen {apps_vhost_port};
+ listen [::]:{apps_vhost_port} ipv6only=on;
4
ssl {ssl_on};
5
{ssl_comment}ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
6
{ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt;
install/tpl/nginx_ispconfig.vhost.master
listen {vhost_port};
- listen [::]:{vhost_port}
+ listen [::]:{vhost_port} ipv6only=on;
@@ -81,4 +81,4 @@ server {
81
# location /webmail {
82
# rewrite ^/* /squirrelmail last;
83
# }
84
-}
+}
0 commit comments