@@ -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
139139You 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
148148Or consider learning more about the AppSec capabilities:
0 commit comments