diff options
author | Wolfy-J <[email protected]> | 2019-05-02 16:34:03 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-02 16:34:03 +0300 |
commit | ff7693a6e1dbf5bb63c00eb66a3201e2cd955d20 (patch) | |
tree | 238b4a3f638b85180804458f97160455fcca1aff /cmd/rr/.rr.yaml | |
parent | 677004f7cb97981f0220e2c65a2e7618505d01dc (diff) | |
parent | 64f2c19b0a9a33d97bd947e805d0491e68784423 (diff) |
Merge branch 'pr/issue-121-rename_maxrequest_config_param' into feature/updates
Diffstat (limited to 'cmd/rr/.rr.yaml')
-rw-r--r-- | cmd/rr/.rr.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/rr/.rr.yaml b/cmd/rr/.rr.yaml index f50ff0e9..91247f99 100644 --- a/cmd/rr/.rr.yaml +++ b/cmd/rr/.rr.yaml @@ -28,8 +28,9 @@ http: # ssl private key key: server.key - # max POST request size, including file uploads in MB. + # max POST request size, including file uploads in MB. Deprecated: use `maxRequestSize` instead maxRequest: 200 + maxRequestSize: 200 # file upload configuration. uploads: |