summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorAnton Titov <[email protected]>2019-06-14 23:43:00 +0300
committerGitHub <[email protected]>2019-06-14 23:43:00 +0300
commit85126b000d140efdd99573e44241ee1e8b84d3c5 (patch)
treecf60b725f10f87ebb1e575788d82d662dcd36752 /.rr.yaml
parent78724c084ac4db42e713c45ef8cb1453e8352183 (diff)
parent4f908e07c5675f221c5b71380bf96fa8ad8d01a9 (diff)
Merge pull request #163 from ovr/http2-improve
Service(http): Support configuration for HTTP2 (and disabling)
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rr.yaml b/.rr.yaml
index 973bc03f..198f777b 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -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