IPv6 does not work correctly with nginx
Mik J
mikydevel at yahoo.fr
Fri Jan 5 01:04:52 UTC 2018
Hello,
I'm trying to finish to configure nginx for ipv6
listen [::]:443 ssl;doesn't workbutlisten [fc00:1:1::13]:443 ssl;works
I need to explicitly specify the ipv6 address whereas in ipv4 I don't need to
# nginx -V
nginx version: nginx/1.12.1
server {
listen 443 ssl;
# listen [::]:443 ssl;
listen [fc00:1:1::13]:443 ssl;
server_name test.mydomain.org;
root /var/www/html;
# ifconfig vmx0
vmx0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
...inet6 fc00:1:1::13 prefixlen 64
Does someone knows why ?
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20180105/5ce9c364/attachment-0001.html>
More information about the nginx
mailing list