|
|
|
|
|
by p4bl0
988 days ago
|
|
That's the HTTP config, but the website is served over HTTPS and the HTTP version redirects to it. My bet would be that the HTTPS settings does not bind to IPv6. Do you have: listen [::]:443 ssl;
somewhere in the server {} block where the certificate is declared?My mobile phone carrier uses IPv6 so I cannot access your website from my phone (except if I connect to a wifi network that uses IPv4). |
|