Skip to content

Commit ae7f217

Browse files
author
Marius Burkard
committed
Merge branch 'patch-3' into 'master'
Patch 3 See merge request ispconfig/ispconfig3!837
2 parents 1b0ffe4 + 694c2c5 commit ae7f217

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)