We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360a838 commit 54067cfCopy full SHA for 54067cf
1 file changed
netlify.toml
@@ -2,6 +2,15 @@
2
command = "make netlify-build"
3
publish = "build/site"
4
5
+# Rate limiting across the whole page. 25 request per 60 seconds aggregated by client IP.
6
+[[redirects]]
7
+ from = "/*"
8
+ to = "/:splat"
9
+ [redirects.rate_limit]
10
+ window_limit = 25
11
+ window_size = 60
12
+ aggregate_by = ["ip"]
13
+
14
[[redirects]]
15
from = "/home/stable/reference/*"
16
to = "https://hub.stackable.tech/crds"
0 commit comments