mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Compare commits
3 commits
83bd39d3dc
...
8c370db8b4
Author | SHA1 | Date | |
---|---|---|---|
|
8c370db8b4 | ||
|
d38aaf105a | ||
|
8245b9788d |
2 changed files with 1 additions and 3 deletions
|
@ -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 "";
|
||||
|
|
|
@ -58,8 +58,6 @@
|
|||
|
||||
* [vid.lilay.dev](https://vid.lilay.dev) 🇸🇬 (uses Cloudflare)
|
||||
|
||||
* [inv.oikei.net](https://inv.oikei.net) 🇩🇪
|
||||
|
||||
* [invidious.privacyredirect.com](https://invidious.privacyredirect.com) 🇫🇮
|
||||
|
||||
### Tor Onion Services:
|
||||
|
|
Loading…
Reference in a new issue