summaryrefslogtreecommitdiff
path: root/cmd/rr
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-02 22:38:43 +0300
committerWolfy-J <[email protected]>2019-05-02 22:38:43 +0300
commitb3a200d026f0251c83696b9deaf89e34d90c3d30 (patch)
tree685ba619719077414edb3762519e897b59ef1c61 /cmd/rr
parent788fd35e2e186eff1c7a7ac71cdbb3ac557ddfd6 (diff)
CS on config
Diffstat (limited to 'cmd/rr')
-rw-r--r--cmd/rr/.rr.yaml3
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.