zEitEr
Super Moderator
Hello,
2.0.0 (rev: 1536)
CB2 does not disable IPV6 for NGINX standalone in HTTPS section of nginx-vhosts.conf:
The code line 12143
does not do what it should do, as the template file /usr/local/directadmin/custombuild/configure/nginx/conf/nginx-vhosts.conf has no whitespaces before listen, but tabs under section for https.
Kindly check and fix it.
2.0.0 (rev: 1536)
CB2 does not disable IPV6 for NGINX standalone in HTTPS section of nginx-vhosts.conf:
Code:
[root@vps conf]# /usr/local/directadmin/directadmin c | grep -m1 '^ipv6=' | cut -d= -f2
0
Code:
[root@vps conf]# ls -1 /usr/local/directadmin/custombuild/*/nginx/conf/nginx-vhosts.conf
/usr/local/directadmin/custombuild/configure/nginx/conf/nginx-vhosts.conf
[root@vps conf]#
The code line 12143
Code:
perl -pi -e 's| listen \[::1\]:| #listen \[::1\]:|' ${NGINXCONF}/nginx-vhosts.conf
does not do what it should do, as the template file /usr/local/directadmin/custombuild/configure/nginx/conf/nginx-vhosts.conf has no whitespaces before listen, but tabs under section for https.
Kindly check and fix it.