From: Grant Slater Date: Thu, 15 Dec 2022 17:05:43 +0000 (+0000) Subject: community: Disable ratelimiting a test X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/fd638db241cc7e87eac5500ecf5d5143bf486d89 community: Disable ratelimiting a test --- diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index 4407553c9..a04b69654 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -1,8 +1,10 @@ templates: - "templates/web.template.yml" - - "templates/web.ratelimited.template.yml" - "templates/web.ssl.template.yml" +# Disable rate limiting for the moment. +# - "templates/web.ratelimited.template.yml" + ## which TCP/IP ports should this container expose? ## If you want Discourse to share a port with another webserver like Apache or nginx, ## see https://meta.discourse.org/t/17247 for details