We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c90228 commit 7fd1ee3Copy full SHA for 7fd1ee3
crowdsec-docs/unversioned/user_guides/waf_rp_howto.md
@@ -222,14 +222,18 @@ listen_addr: 127.0.0.1:7422
222
source: appsec
223
EOF
224
```
225
+:::info
226
+
227
+See [dedicated page about configuration file directives](/docs/appsec/configuration.md#default-configuration)
228
229
+:::
230
3) We restart CrowdSec
231
232
```bash
233
sudo systemctl restart crowdsec
234
235
-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:
237
238
239
cat >> /etc/crowdsec/bouncers/crowdsec-nginx-bouncer.conf << EOF
0 commit comments