From 76874bc98a2cb7e25c96a4f1d558133081526f0c Mon Sep 17 00:00:00 2001 From: elpatron Date: Wed, 1 Oct 2025 23:41:34 +0200 Subject: [PATCH] Fix: Remove invalid rate_limit directive from Caddyfile - Removed rate_limit directive which is not supported in Caddy - Caddyfile now uses only valid Caddy directives - This fixes the configuration error that was preventing Caddy from starting --- Caddyfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Caddyfile b/Caddyfile index 255d140..3d64247 100644 --- a/Caddyfile +++ b/Caddyfile @@ -23,15 +23,6 @@ stargirlnails.de { Strict-Transport-Security "max-age=31536000; includeSubDomains" } - # Rate Limiting - rate_limit { - zone static { - key {remote_host} - events 10 - window 1m - } - } - # Gzip-Kompression encode gzip