Skip to content

Commit 82b7d12

Browse files
authored
Mini fixes (#1086)
* fix links * clarify quotas
1 parent dd48b02 commit 82b7d12

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

crowdsec-docs/docs/appsec/intro.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -65,37 +65,37 @@ The AppSec Component works seamlessly with modern web servers and reverse proxie
6565

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

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

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

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

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

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

101101
</div>
@@ -138,11 +138,11 @@ This lets scenarios leverage WAF rule events, such as extending a ban for an IP
138138

139139
You can follow our quick start guides depending on your web server:
140140

141-
- [Nginx/OpenResty](quickstart/nginxopenresty)
142-
- [Envoy Gateway](quickstart/envoy-gateway)
143-
- [Traefik](quickstart/traefik)
144-
- [HAProxy (SPOA)](quickstart/haproxy_spoa)
145-
- [WordPress](quickstart/wordpress)
141+
- [Nginx/OpenResty](quickstart/nginxopenresty.mdx)
142+
- [Envoy Gateway](quickstart/envoy-gateway.mdx)
143+
- [Traefik](quickstart/traefik.mdx)
144+
- [HAProxy (SPOA)](quickstart/haproxy_spoa.mdx)
145+
- [WordPress](quickstart/wordpress.mdx)
146146
- [CrowdSec WAF with Nginx Reverse Proxy](/u/user_guides/waf_rp_howto)
147147

148148
Or consider learning more about the AppSec capabilities:

crowdsec-docs/unversioned/integrations/intro.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ Each integration represents a unique endpoint protected by Basic Authentication
2929

3030
## Refresh frequency
3131

32-
Blocklists are updated multiple times per day. Configure your device to pull on the following schedule:
32+
Blocklists are updated multiple times per day. Configure your device to pull on the following schedule according to your plan:
3333

3434
| Tier | Recommended refresh | Minimum allowed interval |
3535
|---|---|---|
36-
| Community / Premium | Every 24 hours | 24 hours |
37-
| Platinum | Every hour | 1 hour |
36+
| Community | Every 24 hours | 24 hours |
37+
| Enterprise | Every hour | 1 hour |
3838

3939
:::warning
4040
Pulling more frequently than the allowed interval for your plan will result in HTTP 429.

0 commit comments

Comments
 (0)