From f70cd0b953427ee11223e49b727968a474fdda15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Fri, 27 Dec 2024 11:46:57 +0100 Subject: [PATCH] Fix the Let's Encrypt rate limit --- config/20_letsencrypt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/20_letsencrypt.toml b/config/20_letsencrypt.toml index ac3c1b5..4169ff1 100644 --- a/config/20_letsencrypt.toml +++ b/config/20_letsencrypt.toml @@ -1,4 +1,4 @@ -[[rate-limit."letsencrypt-v2"]] +[rate-limit."letsencrypt-v2"] number = 20 period = "1s"