Skip to content

Commit cff3dad

Browse files
Bugfix on syslog port, added commands to list available NAPv5 images (#409)
Fixed bug, added docker images list commands
1 parent 4bebf81 commit cff3dad

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: content/includes/nap-waf/bundles-volume-mount.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ For instance:
2323

2424
```nginx
2525
app_protect_policy_file /bundles/custom_policy.tgz;
26-
app_protect_security_log /bundles/custom_logging_profile.tgz syslog:server=localhost:5514;
26+
app_protect_security_log /bundles/custom_logging_profile.tgz syslog:server=localhost:514;
2727
```

Diff for: content/nap-waf/v5/admin-guide/deploy-on-docker.md

+13
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,19 @@ http {
278278
279279
{{< include "nap-waf/setup-docker-registry.md" >}}
280280
281+
### List all tags
282+
283+
For a complete tag list for NGINX App Protect WAF enforcer and NGINX App Protect WAF configuration manager, use the following commands:
284+
285+
```shell
286+
curl https://private-registry.nginx.com/v2/nap/waf-enforcer/tags/list --key <nginx-repo.key> --cert <nginx-repo.crt> | jq
287+
```
288+
289+
```shell
290+
curl https://private-registry.nginx.com/v2/nap/waf-config-mgr/tags/list --key <nginx-repo.key> --cert <nginx-repo.crt> | jq
291+
```
292+
293+
281294
### Docker Compose File
282295

283296
Create a `docker-compose.yml` with the following configuration: Replace `<version-tag>` with the actual release version you are deploying.

0 commit comments

Comments
 (0)