From fd638db241cc7e87eac5500ecf5d5143bf486d89 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 15 Dec 2022 17:05:43 +0000 Subject: [PATCH] community: Disable ratelimiting a test --- cookbooks/community/templates/default/web_only.yml.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5