Skip to content

Commit bbfa82d

Browse files
committed
add ModSecurity params to the common apifw file example
1 parent 5694f60 commit bbfa82d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/include/apifw-yaml-example.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
mode: "PROXY"
33
RequestValidation: "BLOCK"
44
ResponseValidation: "BLOCK"
5+
ModSecurity:
6+
RequestValidation: "LOG_ONLY"
7+
ResponseValidation: "LOG_ONLY"
58
CustomBlockStatusCode: 403
69
AddValidationStatusHeader: false
710
APISpecs: "openapi.yaml"

0 commit comments

Comments
 (0)