diff options
author | valentin v / vvval <[email protected]> | 2019-02-21 15:17:40 +0300 |
---|---|---|
committer | valentin v / vvval <[email protected]> | 2019-02-21 15:17:40 +0300 |
commit | 46a52a8691e83c81a6d12183eddf188b5d15f011 (patch) | |
tree | 5aa06af7b90be39f72559eb8500c591d2bc411c9 /cmd | |
parent | 3c1923606c7b5391678b7a760772c8e55f046025 (diff) |
Rename MaxRequest config param
Added MaxRequestSize param, previous one is marked as deprecated,
now they are merged
Diffstat (limited to 'cmd')
-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: |