Skip to content

Commit

Permalink
fix(cli): Additional status codes to skip bunny.net CDN cache within …
Browse files Browse the repository at this point in the history
…edge rule
  • Loading branch information
leomp12 committed Nov 27, 2024
1 parent 658ed51 commit 1af6049
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions packages/cli/ci/bunny-config-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,20 @@ configure_edge_rule '
"PatternMatchingType": 0,
"PatternMatches": [
"500",
"501",
"502",
"504",
"503",
"504"
]
},
{
"Type": 8,
"PatternMatchingType": 0,
"PatternMatches": [
"401",
"403"
"403",
"429",
"302"
]
}
],
Expand Down

0 comments on commit 1af6049

Please sign in to comment.