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 1b0ffe4 + 694c2c5 commit ae7f217Copy full SHA for ae7f217
install/tpl/nginx_ispconfig.vhost.master
@@ -1,7 +1,7 @@
1
server {
2
- listen {vhost_port};
3
- listen [::]:{vhost_port} ipv6only=on;
4
- ssl {ssl_on};
+ listen {vhost_port}{ssl_on};
+ listen [::]:{vhost_port} ipv6only=on{ssl_on};
+
5
{ssl_comment}ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
6
{ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt;
7
{ssl_comment}ssl_certificate_key /usr/local/ispconfig/interface/ssl/ispserver.key;
0 commit comments