twhiting9275
Verified User
It would appear that the default nginx configs (at least nginx_apache) are not quite correct and need to be updated.
When building, by default, nginx adds in ipv6 bindings to the configuration file ( /etc/nginx/nginx-vhosts.conf ). For most, this is ok. However, not for all.
If someone, say, doesn't have IPv6 added to the server (I know of at least one that doesn't provide it right now), then nginx won't start unless you take those lines out. Hopefully they won't be added back through some magic in the future
It would be best if there was a check for compatibility and IF ipv6 was enabled, THEN those lines are added. Not just adding them
When building, by default, nginx adds in ipv6 bindings to the configuration file ( /etc/nginx/nginx-vhosts.conf ). For most, this is ok. However, not for all.
If someone, say, doesn't have IPv6 added to the server (I know of at least one that doesn't provide it right now), then nginx won't start unless you take those lines out. Hopefully they won't be added back through some magic in the future
It would be best if there was a check for compatibility and IF ipv6 was enabled, THEN those lines are added. Not just adding them