From 45d88308c2c063938842f644a89ce2cc3378f601 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 5 Apr 2023 22:08:49 +0100 Subject: [PATCH] community: fix IPv6 port 80 listen --- cookbooks/community/templates/default/web_only.yml.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index 98edffcc9..58d6868e4 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -110,6 +110,7 @@ hooks: from: /listen 80;/ to: | listen 80; + listen [::]:80; rewrite ^/\.well-known/acme-challenge/(.*)$ http://acme.openstreetmap.org/.well-known/acme-challenge/$1 permanent; - replace: -- 2.45.1