Compare commits

...

2 Commits

Author SHA1 Message Date
Fijxu 83bd39d3dc
Merge 8245b9788d into 29c528970d 2024-05-05 00:14:26 +02:00
Fijxu 8245b9788d
Don't use http3-proxy for storyboards 2024-05-01 22:55:05 -04:00
1 changed files with 1 additions and 1 deletions

View File

@ -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 "";