Skip to content

Commit 8b0d400

Browse files
nginx-nms-docker update (#87)
* Added nginx-agent-docker * Changed base image to Debian bullseye * Update nginx-agent-docker/Dockerfile Thank you Co-authored-by: Luca Comellini <[email protected]> Signed-off-by: 65397 <[email protected]> * Update nginx-agent-docker/Dockerfile Co-authored-by: Luca Comellini <[email protected]> Signed-off-by: 65397 <[email protected]> * Update nginx-agent-docker/Dockerfile Co-authored-by: Luca Comellini <[email protected]> Signed-off-by: 65397 <[email protected]> * Update nginx-agent-docker/Dockerfile Co-authored-by: Luca Comellini <[email protected]> Signed-off-by: 65397 <[email protected]> * Dockerfile updated * Added docker instructions * README updated * Updated NGINX App protect compiler versions list * NGINX App protect bug fixed --------- Signed-off-by: 65397 <[email protected]> Co-authored-by: Luca Comellini <[email protected]>
1 parent 4d01d7a commit 8b0d400

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

nginx-agent-docker/container/start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ fi
1515

1616
if [[ "$NAP_WAF" == "true" ]]; then
1717
PARM="${PARM} --nginx-app-protect-report-interval 15s --nap-monitoring-collector-buffer-size 50000 --nap-monitoring-processor-buffer-size 50000 --nap-monitoring-syslog-ip 127.0.0.1 --nap-monitoring-syslog-port 514"
18+
/usr/share/ts/bin/bd-socket-plugin tmm_count 4 proc_cpuinfo_cpu_mhz 2000000 total_xml_memory 471859200 total_umu_max_size 3129344 sys_max_account_id 1024 no_static_config &
1819
fi
1920

2021
if [[ "$NAP_WAF_PRECOMPILED_POLICIES" == "true" ]]; then

nginx-nms-docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ NGINX Management Suite Docker image builder
7373
-K [file.key] - Key file to pull packages from the official NGINX repository
7474
-A - Enable API Connectivity Manager - optional
7575
-W - Enable Security Monitoring - optional
76-
-P [version] - Enable WAF policy compiler, version can be [v3.1088.2|v4.2.0] - optional
76+
-P [version] - Enable WAF policy compiler, version can be [v3.1088.2|v4.2.0|v4.100.1] - optional
7777
7878
=== Examples:
7979

0 commit comments

Comments
 (0)