Skip to content

Commit fd779eb

Browse files
author
nginx
committed
Pre OSS commit
1 parent 3512e53 commit fd779eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nim/nginx-app-protect/setup-waf-config-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ server {
919919
{{< note >}}If you're using the NGINX Management Suite [Security Monitoring module]({{< relref "/nms/security/" >}}), you should already have the `app_protect_security_log` directive set to reference the `secops_dashboard.tgz` file as shown below. Do not change this setting.
920920

921921
```nginx
922-
app_protect_security_log "/etc/nms/secops_dashboard.tgz" syslog:server=127.0.0.1:514
922+
app_protect_security_log "/etc/nms/secops_dashboard.tgz" syslog:server=127.0.0.1:514;
923923
```
924924

925925
Refer to the [Security Monitoring setup guide]({{< relref "/nim/monitoring/security-monitoring/configure/set-up-app-protect-instances" >}}) to learn more. {{</note>}}

0 commit comments

Comments
 (0)