From 843168fefef70ec207a3df8190f88fab670783c9 Mon Sep 17 00:00:00 2001 From: -Denux <83671398+DenuxPlays@users.noreply.github.com> Date: Mon, 16 Jan 2023 17:15:09 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Simon L. Signed-off-by: -Denux <83671398+DenuxPlays@users.noreply.github.com> --- reverse-proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reverse-proxy.md b/reverse-proxy.md index 8420d171..63bf5833 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -55,7 +55,7 @@ Add this as a new Apache site config: # Enable h2, h2c and http1.1 Protocols h2 h2c http/1.1 - #Solves slow upload speeds caused by http2 + # Solves slow upload speeds caused by http2 H2WindowSize 1048576 # SSL @@ -259,7 +259,7 @@ server { listen 443 ssl http2; listen [::]:443 ssl http2; # comment to disable IPv6 - #Solves slow upload speeds caused by http2 + # Solves slow upload speeds caused by http2 http2_body_preread_size 1048576; server_name ;