From 21673c1ee9ae50ce0c88d31b0f54340c95fb03bf Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sat, 23 Jan 2021 12:58:11 -0500 Subject: [PATCH] fix broken invidious proxy --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index b94fd3f..05b2763 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -56,7 +56,7 @@ http { } location /invidious/ { - proxy_pass https://invidious.tube/; + proxy_pass https://invidious.fdn.fr/; } location /test/ {