mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Merge pull request #1822 from DenuxPlays/denux/increase_buffer_size
increase H2WindowSize limit (Reverse Proxy documentation)
This commit is contained in:
commit
2758bea52e
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ Add this as a new Apache site config:
|
||||||
Protocols h2 h2c http/1.1
|
Protocols h2 h2c http/1.1
|
||||||
|
|
||||||
# Solves slow upload speeds caused by http2
|
# Solves slow upload speeds caused by http2
|
||||||
H2WindowSize 1048576
|
H2WindowSize 5242880
|
||||||
|
|
||||||
# SSL
|
# SSL
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue