Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions crowdsec-docs/docs/appsec/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,37 +65,37 @@ The AppSec Component works seamlessly with modern web servers and reverse proxie

<div style={{display: 'flex', flexDirection: 'column', gap: '12px', padding: '16px', border: '1px solid #e5e7eb', borderRadius: '8px', alignItems: 'center', textAlign: 'center'}}>
<img src="/img/nginx.svg" alt="Nginx" style={{height: '50px', objectFit: 'contain'}} />
<strong>Nginx</strong>
<a href="quickstart/nginxopenresty">Quick Start Guide →</a>
<strong>Nginx</strong><br/>
[Quick Start Guide →](quickstart/nginxopenresty.mdx)
</div>
Comment on lines 66 to 70

<div style={{display: 'flex', flexDirection: 'column', gap: '12px', padding: '16px', border: '1px solid #e5e7eb', borderRadius: '8px', alignItems: 'center', textAlign: 'center'}}>
<img src="/img/openresty.png" alt="OpenResty" style={{height: '50px', objectFit: 'contain'}} />
<strong>OpenResty</strong>
<a href="quickstart/nginxopenresty">Quick Start Guide →</a>
<strong>OpenResty</strong><br/>
[Quick Start Guide →](quickstart/nginxopenresty.mdx)
</div>

<div style={{display: 'flex', flexDirection: 'column', gap: '12px', padding: '16px', border: '1px solid #e5e7eb', borderRadius: '8px', alignItems: 'center', textAlign: 'center'}}>
<img src="/img/traefik.logo.png" alt="Traefik" style={{height: '50px', objectFit: 'contain'}} />
<strong>Traefik</strong>
<a href="quickstart/traefik">Quick Start Guide →</a>
<strong>Traefik</strong><br/>
[Quick Start Guide →](quickstart/traefik.mdx)
</div>

<div style={{display: 'flex', flexDirection: 'column', gap: '12px', padding: '16px', border: '1px solid #e5e7eb', borderRadius: '8px', alignItems: 'center', textAlign: 'center'}}>
<strong>Envoy Gateway</strong>
<a href="quickstart/envoy-gateway">Quick Start Guide →</a>
<strong>Envoy Gateway</strong><br/>
[Quick Start Guide →](quickstart/envoy-gateway.mdx)
</div>

<div style={{display: 'flex', flexDirection: 'column', gap: '12px', padding: '16px', border: '1px solid #e5e7eb', borderRadius: '8px', alignItems: 'center', textAlign: 'center'}}>
<img src="/img/haproxy-logo.png" alt="HAProxy" style={{height: '50px', objectFit: 'contain'}} />
<strong>HAProxy</strong>
<a href="quickstart/haproxy_spoa">Quick Start Guide →</a>
<strong>HAProxy</strong><br/>
[Quick Start Guide →](quickstart/haproxy_spoa.mdx)
</div>

<div style={{display: 'flex', flexDirection: 'column', gap: '12px', padding: '16px', border: '1px solid #e5e7eb', borderRadius: '8px', alignItems: 'center', textAlign: 'center'}}>
<img src="/img/WordPress-logotype-wmark.png" alt="WordPress" style={{height: '50px', objectFit: 'contain'}} />
<strong>WordPress</strong>
<a href="quickstart/wordpress">Quick Start Guide →</a>
<strong>WordPress</strong><br/>
[Quick Start Guide →](quickstart/wordpress.mdx)
</div>

</div>
Expand Down Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions crowdsec-docs/unversioned/integrations/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Comment thread
buixor marked this conversation as resolved.

:::warning
Pulling more frequently than the allowed interval for your plan will result in HTTP 429.
Expand Down
Loading