Skip to content

Commit 0b9d2fc

Browse files
committed
More updates
1 parent aef553f commit 0b9d2fc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/nginxaas-azure/app-protect/configure-waf.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ To create a custom security policy in the Azure Portal:
114114
3. Select **Custom Policies**
115115
4. Select **Add Custom Security Policy** to open the policy editor
116116

117-
In the policy editor, enter the **Name**, **File path**, your policy content, and then select **Save**. The **File path** is optional and will default to the policy **Name** with a ".json" extension if not specified. The **Name** must have a ".json" extension.
117+
In the policy editor, enter the **Name**, **File path**, your policy content, and then select **Save**. The **File path** is optional and will default to the path "/etc/app_protect/conf/" plus the policy **Name** with a ".json" extension. For more information on policy configuration and syntax, refer to the NGINX App Protect [configuration guide](https://docs.nginx.com/nginx-app-protect-waf/v5/configuration-guide/configuration/).
118118

119119
{{< img src="nginxaas-azure/custom-policy-editor.png" alt="NGINXaaS Custom Policy Editor." >}}
120120

121-
After your policy has been saved, you can then reference it in your NGINX configuration the same as you did for precompiled policies. For more information on policy configuration and syntax, refer to the NGINX App Protect [configuration guide](https://docs.nginx.com/nginx-app-protect-waf/v5/configuration-guide/configuration/).
121+
After your policy has been saved, you can then reference it in your NGINX configuration the same as you did for precompiled policies.
122122

123123
{{<note>}}The **name** field within the security policy must be unique among the policies referenced in your NGINX configuration.{{</note>}}
124124
{{<note>}}Referencing both custom and precompiled policies in your NGINX configuration is not supported at this time. See the [Known issues]({{< ref "/nginxaas-azure/known-issues.md" >}}) for a workaround for this limitation.{{</note>}}
@@ -127,6 +127,8 @@ The **Custom Policies** tab shows the status of your custom policies (Compilatio
127127

128128
{{< img src="nginxaas-azure/custom-policies.png" alt="NGINXaaS Custom Policies." >}}
129129

130+
It is highly recommended to use logging to monitor the performance of NGINX App Protect WAF and to help diagnose problems. See [Enable App Protect WAF Logs]({{< ref "/nginxaas-azure/app-protect/enable-logging.md" >}}) for directions to configure security and operational logs.
131+
130132
## What's next
131133

132134
[Enable App Protect WAF Logs]({{< ref "/nginxaas-azure/app-protect/enable-logging.md" >}})

0 commit comments

Comments
 (0)