From a6057a9d0ea9163669d6802380e08f7a47ac1906 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 4 Sep 2025 00:50:57 +0100 Subject: [PATCH] tile: Test using IPv6 socket to workaround https://github.com/openstreetmap/operations/issues/1280 --- roles/tile.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/tile.rb b/roles/tile.rb index 550c99f66..42f557915 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -12,6 +12,7 @@ default_attributes( }, :apache => { :mpm => "event", + :listen_address => "[::]", :timeout => 60, :evasive => { :enable => false -- 2.39.5