Florian Schaal
2016-03-08 c6f93e018ba9a24c369e983049dec9cd686a2ede
Errors in automatically generated nginx configuration files (Fixes #3774)
2 files modified
6 ■■■■ changed files
install/tpl/nginx_apps.vhost.master 2 ●●● patch | view | raw | blame | history
install/tpl/nginx_ispconfig.vhost.master 4 ●●●● patch | view | raw | blame | history
install/tpl/nginx_apps.vhost.master
@@ -1,5 +1,5 @@
server {
        listen {apps_vhost_ip};
        listen {apps_vhost_port};
        listen [::]:{apps_vhost_port};
        ssl {ssl_on};
        {ssl_comment}ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
install/tpl/nginx_ispconfig.vhost.master
@@ -1,6 +1,6 @@
server {
        listen {vhost_port};
        listen [::]:{vhost_port}
        listen [::]:{vhost_port};
        ssl {ssl_on};
        {ssl_comment}ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
        {ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt;
@@ -81,4 +81,4 @@
#        location /webmail {
#               rewrite ^/* /squirrelmail last;
#        }
}
}