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

This commit is contained in:
Dorian Niemiec 2024-09-10 19:37:39 +02:00
parent 1b8d8705f4
commit b7e2ec9d63

View file

@ -57,7 +57,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$/"
},