diff options
Diffstat (limited to 'schemas/config/2.0.schema.json')
-rw-r--r-- | schemas/config/2.0.schema.json | 6 |
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" ] } |