summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
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: []