Skip to content

Commit c6f93e0

Browse files
author
Florian Schaal
committed
Errors in automatically generated nginx configuration files (Fixes #3774)
1 parent 2a24c61 commit c6f93e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

install/tpl/nginx_apps.vhost.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
server {
2-
listen {apps_vhost_ip};
2+
listen {apps_vhost_port};
33
listen [::]:{apps_vhost_port};
44
ssl {ssl_on};
55
{ssl_comment}ssl_protocols TLSv1 TLSv1.1 TLSv1.2;

install/tpl/nginx_ispconfig.vhost.master

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
server {
22
listen {vhost_port};
3-
listen [::]:{vhost_port}
3+
listen [::]:{vhost_port};
44
ssl {ssl_on};
55
{ssl_comment}ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
66
{ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt;
@@ -81,4 +81,4 @@ server {
8181
# location /webmail {
8282
# rewrite ^/* /squirrelmail last;
8383
# }
84-
}
84+
}

0 commit comments

Comments
 (0)