diff options
-rw-r--r-- | cmd/rr/.rr.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/rr/.rr.yaml b/cmd/rr/.rr.yaml index 91247f99..bd8d3e09 100644 --- a/cmd/rr/.rr.yaml +++ b/cmd/rr/.rr.yaml @@ -28,8 +28,7 @@ http: # ssl private key key: server.key - # max POST request size, including file uploads in MB. Deprecated: use `maxRequestSize` instead - maxRequest: 200 + # max POST request size, including file uploads in MB. maxRequestSize: 200 # file upload configuration. |