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 c6f93e0 commit 3279f89Copy full SHA for 3279f89
install/tpl/nginx_apps.vhost.master
@@ -1,6 +1,6 @@
1
server {
2
listen {apps_vhost_port};
3
- 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;
0 commit comments