From 315d41470b4184faf807597ae32a9933e573af35 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Wed, 22 May 2024 17:24:16 -0400 Subject: [PATCH] Don't use http3-proxy for storyboards. (#550) --- docs/improve-public-instance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/improve-public-instance.md b/docs/improve-public-instance.md index fba91dd..1bb3c6a 100644 --- a/docs/improve-public-instance.md +++ b/docs/improve-public-instance.md @@ -237,7 +237,7 @@ But if you do not have NGINX as **your main reverse proxy** you can either try t Replace `33:33` with uid:gid if you have something different. 4. Add these lines for the "server" section of Invidious in your NGINX configuration, just after the block `location /`: ``` - location ~ (^/videoplayback|^/vi/|^/ggpht/|^/sb/) { + location ~ (^/videoplayback|^/vi/|^/ggpht/) { proxy_buffering on; proxy_buffers 1024 16k; proxy_set_header X-Forwarded-For "";