]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/community/templates/default/web_only.yml.erb
community: Disable ratelimiting a test
[chef.git] / 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