diff options
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: [] |