Skip to content

Commit

Permalink
add requests_to_origin to ratelimit config
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Oct 9, 2023
1 parent db0c315 commit 0dba057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ interactions:
"requests_per_period": 100,
"mitigation_timeout": 30,
"mitigation_expression": "",
"requests_to_origin": false
"requests_to_origin": true
},
"expression": "(http.cookie eq \"namwe=value\")",
"description": "fwewe",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "cloudflare_ruleset" "terraform_managed_resource" {
mitigation_timeout = 30
period = 60
requests_per_period = 100
requests_to_origin = false
requests_to_origin = true
}
}
}

0 comments on commit 0dba057

Please sign in to comment.