From 265d1be2b74283e165bb0d46df8a0a4fd163c338 Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Mon, 22 Jun 2026 11:13:31 +0300 Subject: [PATCH] Drop rate limiter (we use Anubis now) --- config/Caddyfile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/config/Caddyfile b/config/Caddyfile index d23d6c7..f181ad8 100644 --- a/config/Caddyfile +++ b/config/Caddyfile @@ -6,17 +6,6 @@ } :8080 { - rate_limit { - distributed - zone dynamic { - key {client_ip} - events 200 - window 5s - jitter 0.1 - } - log_key - } - root * /phpbb/www php_fastcgi unix//run/php-fpm.sock {