From 2d8c421ac6204cfc4c2f3aaa6c9a960b6ebe331d Mon Sep 17 00:00:00 2001
From: Dennis Postma <dennis@directonline.io>
Date: Sun, 9 Feb 2025 03:41:10 +0100
Subject: [PATCH] ah

---
 Caddyfile | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/Caddyfile b/Caddyfile
index 2e69dc8..21c766b 100644
--- a/Caddyfile
+++ b/Caddyfile
@@ -61,15 +61,6 @@ noxious.gg {
         Cache-Control "no-cache, must-revalidate"
     }
 
-    # Rate limiting for API endpoints
-    @api {
-        path /api/*
-    }
-    rate_limit @api {
-        zone api_limit
-        rate 10r/s
-    }
-
     # Handle errors
     handle_errors {
         respond "{http.error.status_code} {http.error.status_text}" {http.error.status_code}