diff --git a/content/waf/policies/configuration.md b/content/waf/policies/configuration.md index 98d228aa7..58f601ef8 100644 --- a/content/waf/policies/configuration.md +++ b/content/waf/policies/configuration.md @@ -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. @@ -391,4 +394,4 @@ Be aware, however, that in a transparent policy no violations are blocked, even } } } -``` \ No newline at end of file +```