Hi,
I use nginx as reverse proxy and i want disable nginx listen on ipv6 for all users.
in fact I disabled ipv6 on my server but i still have ipv6 visitors on websites.
on default.conf i removed lines:
listen [::]:80;
listen [::]:443 ssl http2;
running
/usr/local/cpanel/scripts/ea-nginx config --all does not update /users/*.conf
may i miss something?
I use nginx as reverse proxy and i want disable nginx listen on ipv6 for all users.
in fact I disabled ipv6 on my server but i still have ipv6 visitors on websites.
on default.conf i removed lines:
listen [::]:80;
listen [::]:443 ssl http2;
running
/usr/local/cpanel/scripts/ea-nginx config --all does not update /users/*.conf
may i miss something?