summaryrefslogtreecommitdiff
path: root/.rr.yaml
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 /.rr.yaml
parenteffcc4135a3f1ba290ae06cbe2536e3237923bee (diff)
release: v2.11.1
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rr.yaml b/.rr.yaml
index bd97ba4a..b96344f4 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -470,6 +470,11 @@ http:
# Default: 0
max_request_size: 256
+ # Send raw body (unescaped) to the PHP worker for the application/x-www-form-urlencoded content type
+ #
+ # Optional, default: false
+ raw_body: false
+
# Middlewares for the http plugin, order is important. Allowed values is: "headers", "gzip", "static", "websockets", "sendfile", [SINCE 2.6] -> "new_relic", [SINCE 2.6] -> "http_metrics", [SINCE 2.7] -> "cache"
#
# Default value: []