diff options
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: |