Skip to content

Commit 7fd1ee3

Browse files
committed
another round of fixes
1 parent 2c90228 commit 7fd1ee3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

crowdsec-docs/unversioned/user_guides/waf_rp_howto.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,14 +222,18 @@ listen_addr: 127.0.0.1:7422
222222
source: appsec
223223
EOF
224224
```
225+
:::info
226+
227+
See [dedicated page about configuration file directives](/docs/appsec/configuration.md#default-configuration)
225228

229+
:::
226230
3) We restart CrowdSec
227231

228232
```bash
229233
sudo systemctl restart crowdsec
230234
```
231235

232-
4) We instruct our nginx bouncer to rely on CrowdSec for the WAF feature:
236+
4) We instruct our nginx bouncer/remediation component to rely on CrowdSec for the WAF feature:
233237

234238
```bash
235239
cat >> /etc/crowdsec/bouncers/crowdsec-nginx-bouncer.conf << EOF

0 commit comments

Comments
 (0)