From 3ee21e4290c2c70ab94dd7d117b4982e41cdb0ac Mon Sep 17 00:00:00 2001 From: Thibault Koechlin Date: Thu, 21 May 2026 15:04:46 +0200 Subject: [PATCH 1/2] fix links --- crowdsec-docs/docs/appsec/intro.md | 34 +++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/crowdsec-docs/docs/appsec/intro.md b/crowdsec-docs/docs/appsec/intro.md index 285aaa740..9d0adb6df 100644 --- a/crowdsec-docs/docs/appsec/intro.md +++ b/crowdsec-docs/docs/appsec/intro.md @@ -65,37 +65,37 @@ The AppSec Component works seamlessly with modern web servers and reverse proxie
Nginx -Nginx -Quick Start Guide → +Nginx
+[Quick Start Guide →](quickstart/nginxopenresty.mdx)
OpenResty -OpenResty -Quick Start Guide → +OpenResty
+[Quick Start Guide →](quickstart/nginxopenresty.mdx)
Traefik -Traefik -Quick Start Guide → +Traefik
+[Quick Start Guide →](quickstart/traefik.mdx)
-Envoy Gateway -Quick Start Guide → +Envoy Gateway
+[Quick Start Guide →](quickstart/envoy-gateway.mdx)
HAProxy -HAProxy -Quick Start Guide → +HAProxy
+[Quick Start Guide →](quickstart/haproxy_spoa.mdx)
WordPress -WordPress -Quick Start Guide → +WordPress
+[Quick Start Guide →](quickstart/wordpress.mdx)
@@ -138,11 +138,11 @@ This lets scenarios leverage WAF rule events, such as extending a ban for an IP You can follow our quick start guides depending on your web server: -- [Nginx/OpenResty](quickstart/nginxopenresty) -- [Envoy Gateway](quickstart/envoy-gateway) -- [Traefik](quickstart/traefik) -- [HAProxy (SPOA)](quickstart/haproxy_spoa) -- [WordPress](quickstart/wordpress) +- [Nginx/OpenResty](quickstart/nginxopenresty.mdx) +- [Envoy Gateway](quickstart/envoy-gateway.mdx) +- [Traefik](quickstart/traefik.mdx) +- [HAProxy (SPOA)](quickstart/haproxy_spoa.mdx) +- [WordPress](quickstart/wordpress.mdx) - [CrowdSec WAF with Nginx Reverse Proxy](/u/user_guides/waf_rp_howto) Or consider learning more about the AppSec capabilities: From 5ea61769f735109e46db32452f2fb649888ac081 Mon Sep 17 00:00:00 2001 From: Thibault Koechlin Date: Thu, 21 May 2026 15:04:53 +0200 Subject: [PATCH 2/2] clarify quotas --- crowdsec-docs/unversioned/integrations/intro.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crowdsec-docs/unversioned/integrations/intro.mdx b/crowdsec-docs/unversioned/integrations/intro.mdx index 8cf28182e..e499c4f10 100644 --- a/crowdsec-docs/unversioned/integrations/intro.mdx +++ b/crowdsec-docs/unversioned/integrations/intro.mdx @@ -29,12 +29,12 @@ Each integration represents a unique endpoint protected by Basic Authentication ## Refresh frequency -Blocklists are updated multiple times per day. Configure your device to pull on the following schedule: +Blocklists are updated multiple times per day. Configure your device to pull on the following schedule according to your plan: | Tier | Recommended refresh | Minimum allowed interval | |---|---|---| -| Community / Premium | Every 24 hours | 24 hours | -| Platinum | Every hour | 1 hour | +| Community | Every 24 hours | 24 hours | +| Enterprise | Every hour | 1 hour | :::warning Pulling more frequently than the allowed interval for your plan will result in HTTP 429.