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}