]> git.openstreetmap.org Git - chef.git/commitdiff
community: Disable ratelimiting a test
authorGrant Slater <github@firefishy.com>
Thu, 15 Dec 2022 17:05:43 +0000 (17:05 +0000)
committerGrant Slater <github@firefishy.com>
Thu, 15 Dec 2022 17:05:55 +0000 (17:05 +0000)
cookbooks/community/templates/default/web_only.yml.erb

index 4407553c98c8495676ab75da70058549ae04d3c6..a04b6965461fba97b1ddd6085a7bf1ca87eee7c0 100644 (file)
@@ -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