File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
nginx-agent-docker/container Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 15
15
16
16
if [[ " $NAP_WAF " == " true" ]]; then
17
17
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 &
18
19
fi
19
20
20
21
if [[ " $NAP_WAF_PRECOMPILED_POLICIES " == " true" ]]; then
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ NGINX Management Suite Docker image builder
73
73
-K [file.key] - Key file to pull packages from the official NGINX repository
74
74
-A - Enable API Connectivity Manager - optional
75
75
-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
77
77
78
78
=== Examples:
79
79
You can’t perform that action at this time.
0 commit comments