Right after adding IPV6 on the server I get the error when applying the reconfiguration in nginx
I've already looked in the nginx documentation, but no matter what I do, if I lie IPV6 it keeps showing this error.
If I remove IPV6 from the server, everything works normally again.
Could someone give me a light on how I can add IPV6 in NGINX?
Code:
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: [emerg] bind() to [fe80::ff:fe5f:d30]:80 failed (22: Invalid argument)
nginx: configuration file /etc/nginx/nginx.conf test failed
I've already looked in the nginx documentation, but no matter what I do, if I lie IPV6 it keeps showing this error.
If I remove IPV6 from the server, everything works normally again.
Could someone give me a light on how I can add IPV6 in NGINX?