diff options
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -33,6 +33,11 @@ http: # FastCGI connection DSN. Supported TCP and Unix sockets. address: tcp://0.0.0.0:6920 + # HTTP service provides HTTP2 transport + http2: + enabled: true + maxConcurrentStreams: 128 + # max POST request size, including file uploads in MB. maxRequestSize: 200 |