mirror of
https://github.com/iv-org/documentation.git
synced 2024-10-01 01:35:51 -04:00
Don't use http3-proxy for storyboards. (#550)
This commit is contained in:
parent
c56586fba9
commit
315d41470b
@ -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.
|
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 /`:
|
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_buffering on;
|
||||||
proxy_buffers 1024 16k;
|
proxy_buffers 1024 16k;
|
||||||
proxy_set_header X-Forwarded-For "";
|
proxy_set_header X-Forwarded-For "";
|
||||||
|
Loading…
Reference in New Issue
Block a user