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
Copy file name to clipboardExpand all lines: content/waf/configure/nginx-features.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ It is intended as a reference for small, self-contained examples of how F5 WAF f
17
17
18
18
Important constraints when F5 WAF for NGINX is enabled:
19
19
20
-
- Subrequest-based modules (modules that create internal HTTP subrequests) are not supported in the same configuration scope as **app_protect_enable on**. F5 WAF for NGINX inspects only the client-facing request in the scope where it is enabled; internal subrequests fall outside that scope and are not inspected.
20
+
- Subrequest-based modules (modules that create internal HTTP subrequests) are not supported in the same scope as **app_protect_enable on**. F5 WAF for NGINX inspects request in the scope where it is enabled; internal subrequests fall outside that scope and are not inspected.
21
21
- Modules that require the HTTP Range header are not supported in the same configuration scope as **app_protect_enable on**. Place Range-dependent configuration in a server or location block without F5 WAF for NGINX enabled.
22
22
23
23
For additional information on configuring NGINX, you should view the [NGINX documentation]({{< ref "/nginx/" >}}).
0 commit comments