The dual way nginx is listening on ports 80 and 443 may be broken on Ubuntu. Debian needs further config to catch IPv6 and IPv4 packets on the same port. I did it by splitting the listen directive into two. Other option is using [ipv6only nginx directive.
This may break installations on Ubuntu.
The dual way nginx is listening on ports 80 and 443 may be broken on Ubuntu. Debian needs further config to catch IPv6 and IPv4 packets on the same port. I did it by splitting the listen directive into two. Other option is using [ipv6only nginx directive.
This may break installations on Ubuntu.