Skip to content

Commit 4cc8995

Browse files
feat: Update policy-resource.md (#860)
The NGINX documentation incorrectly displayed the log destination syntax using a direct HTML entity, which rendered as | but was not accurate. Instead, the proper format should use the > character.
1 parent 5bd3404 commit 4cc8995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nic/configuration/policy-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ waf:
793793
|``securityLog.enable`` | Enables security log. | ``bool`` | No |
794794
|``securityLog.apLogConf`` | The [App Protect WAF log conf]({{< ref "/nic/installation/integrations/app-protect-waf/configuration.md#waf-logs" >}}) resource. Accepts an optional namespace. Only works with ``apPolicy``. | ``string`` | No |
795795
|``securityLog.apLogBundle`` | The [App Protect WAF log bundle]({{< ref "/nic/installation/integrations/app-protect-waf/configuration.md#waf-bundles" >}}) resource. Only works with ``apBundle``. | ``string`` | No |
796-
|``securityLog.logDest`` | The log destination for the security log. Only accepted variables are ``syslog:server=<ip-address &#124; localhost; fqdn>:<port>``, ``stderr``, ``<absolute path to file>``. | ``string`` | No |
796+
|``securityLog.logDest`` | The log destination for the security log. Only accepted variables are ``syslog:server=<ip-address>; localhost; fqdn>:<port>``, ``stderr``, ``<absolute path to file>``. | ``string`` | No |
797797
{{% /table %}}
798798

799799
#### WAF Merging Behavior

0 commit comments

Comments
 (0)