Skip to content

Commit 694c2c5

Browse files
committed
Update nginx_ispconfig.vhost.master to change the same in nginx_ispconfig.vhost.master and to change the same in installer_base.lib.php as well.
1 parent 0281760 commit 694c2c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/tpl/nginx_ispconfig.vhost.master

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

0 commit comments

Comments
 (0)