Recently our test environments were upgraded to use Docker 26, which enabled ipv6 loopback by default in containers. This caused tests to start failing due to an nginx test config which was the sole listener for ipv6. This simply removes that ipv6 listen directive in the config, and the archived version we use for testing.
Compatibility tests for Certbot