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

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