Marius Burkard
2016-02-19 eff5c1369da240b94c464b046499ce7c3100e36c
- added ipv6 listen to ispconfig vhost files on nginx (Fixes #3665)
2 files modified
4 ■■■ changed files
install/tpl/nginx_apps.vhost.master 3 ●●●● patch | view | raw | blame | history
install/tpl/nginx_ispconfig.vhost.master 1 ●●●● patch | view | raw | blame | history
install/tpl/nginx_apps.vhost.master
@@ -1,5 +1,6 @@
server {
        listen {apps_vhost_ip}{apps_vhost_port};
        listen {apps_vhost_ip};
        listen [::]:{apps_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;
install/tpl/nginx_ispconfig.vhost.master
@@ -1,5 +1,6 @@
server {
        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;