From 85657d16a186f3395f8b3167fdfa2337ba052f4d Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 7 Feb 2025 00:06:58 +0000 Subject: [PATCH] community: upgrade to v3.4.0 --- cookbooks/community/templates/default/web_only.yml.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index 0af44f738..5382aebfe 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -19,7 +19,7 @@ links: # any extra arguments for Docker? # docker_args: -# Latest Version v3.3.4 +# Latest Version v3.4.0 # Discourse only support tests-passed and stable branches params: version: stable @@ -121,6 +121,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.39.5