From e9ca8c4332f3d05177315a0e5b4a01ec9705916f Mon Sep 17 00:00:00 2001 From: Jon Torre <78599298+JTorreG@users.noreply.github.com> Date: Wed, 8 Oct 2025 17:15:30 +0100 Subject: [PATCH] docs: Improve command formatting in configuration.md Formatted the command for better readability. --- content/waf/policies/configuration.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 +```