docs: fix invalid JSON on example easywaf-config.json file

This commit is contained in:
Dorian Niemiec 2024-09-10 19:38:17 +02:00
parent c95cc32122
commit 5ea8f52324

View file

@ -67,7 +67,7 @@ If you're using SVR.JS behind a reverse proxy, you need to configure _trustProxy
Example _easywaf-config.json_ file:
```json
{
"modules" : {
"modules": {
"xss": {
"excludePaths": "/^\\/(?:git\\/)?(?:(?!\\.git).)*\\.git\\/|^\\/(?:(?:navbar-)?logo|powered).png$/"
},