diff options
author | Valery Piashchynski <[email protected]> | 2022-08-25 14:20:00 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-08-25 14:20:00 +0200 |
commit | cc0c5a9544110240d5467f1c882f82891eada3a2 (patch) | |
tree | 5a273e0d79197ff2259f9813c71923e3f8f5d9f3 /.rr.yaml | |
parent | effcc4135a3f1ba290ae06cbe2536e3237923bee (diff) |
release: v2.11.1
Signed-off-by: Valery Piashchynski <[email protected]>
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: [] |