Hello everyone,
currently the default config of new sites in nginx is that only IPv4 is supported:
listen 80;
listen 443 ssl ;
I think in this days, it makes sense to also activate IPv6 by default:
listen [::]:80;
listen [::]:443 ssl;
Hello everyone,
currently the default config of new sites in nginx is that only IPv4 is supported:
listen 80;
listen 443 ssl ;
I think in this days, it makes sense to also activate IPv6 by default:
listen [::]:80;
listen [::]:443 ssl;
Hi, Turn on IPv6 in Settings