Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions content/waf/policies/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,10 @@ Similar to policies, it is customized from the base template, so it detects and
To obtain the strict policy, execute the following command:

```shell
sudo docker run --rm -v $(pwd):$(pwd) --entrypoint='' private-registry.nginx.com/nap/waf-compiler:1.0.0 cat /etc/app_protect/conf/NginxStrictPolicy.json
sudo docker run --rm -v $(pwd):$(pwd) \
--entrypoint='' \
private-registry.nginx.com/nap/waf-compiler:1.0.0 \
cat /etc/app_protect/conf/NginxStrictPolicy.json
```

Replace the `1.0.0` with the actual release version.
Expand Down Expand Up @@ -391,4 +394,4 @@ Be aware, however, that in a transparent policy no violations are blocked, even
}
}
}
```
```