summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-08-25 14:20:00 +0200
committerValery Piashchynski <[email protected]>2022-08-25 14:20:00 +0200
commitcc0c5a9544110240d5467f1c882f82891eada3a2 (patch)
tree5a273e0d79197ff2259f9813c71923e3f8f5d9f3 /schemas
parenteffcc4135a3f1ba290ae06cbe2536e3237923bee (diff)
release: v2.11.1
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'schemas')
-rw-r--r--schemas/config/2.0.schema.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/schemas/config/2.0.schema.json b/schemas/config/2.0.schema.json
index d3a794cf..a0721fb1 100644
--- a/schemas/config/2.0.schema.json
+++ b/schemas/config/2.0.schema.json
@@ -350,6 +350,11 @@
"minimum": 0,
"default": 0
},
+ "raw_body": {
+ "description": "Send raw body (unescaped) to the PHP worker for the application/x-www-form-urlencoded content type",
+ "type": "boolean",
+ "default": false
+ },
"access_logs": {
"description": "HTTP access logs",
"type": "boolean",
@@ -608,6 +613,7 @@
"WARN",
"DPANIC",
"PANIC",
+ "ERROR",
"FATAL"
]
}