You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Clarify subrequest information for F5 WAF (#1445)
This commit updates the Configure NGINX features with F5 WAF document by
clarifying the language around subrequest limitations. The prior
phrasing leads by suggesting they do not work at all.
The new phrasing explains that it works, but has a caveat. Further
language has been clarified in the sentence following it, supporting the
overall structure of the document.
Copy file name to clipboardExpand all lines: content/waf/configure/nginx-features.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,13 @@ nd-product: NAP-WAF
14
14
15
15
This document shows example of how to modify your NGINX configuration to enable F5 WAF for NGINX features.
16
16
17
-
It is intended as a reference for, small self-contained examples of how F5 WAF for NGINX is configured.
17
+
It is intended as a reference for small, self-contained examples of how F5 WAF for NGINX can be configured.
18
18
19
-
Certain features do not work well with NGINX, such as modules requiring _subrequest_ when calling or being called from a scope that contains `app_protect_enable on`.
19
+
F5 WAF for NGINX will secure and inspect client-facing requests, but will not inspect internal subrequests triggered by modules.
20
20
21
-
Modules requiring the _Range_ header (Such as _Slice_) are also unsupported in a scope which enables F5 WAF for NGINX.
21
+
Modules requiring the _Range_ header (Such as _Slice_) are also unsupported in a scope which enables F5 WAF for NGINX. The examples below work around the contraints of these modules.
22
22
23
-
The examples below show workarounds for the limitations of these features.
24
-
25
-
For information on configuring NGINX, you should view the [NGINX documentation]({{< ref "/nginx/" >}}).
23
+
For additional information on configuring NGINX, you should view the [NGINX documentation]({{< ref "/nginx/" >}}).
0 commit comments