Merge pull request #1822 from DenuxPlays/denux/increase_buffer_size

increase H2WindowSize limit (Reverse Proxy documentation)
This commit is contained in:
Simon L 2023-01-24 11:58:04 +01:00 committed by GitHub
commit 2758bea52e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ Add this as a new Apache site config:
Protocols h2 h2c http/1.1
# Solves slow upload speeds caused by http2
H2WindowSize 1048576
H2WindowSize 5242880
# SSL
SSLEngine on