Merge pull request #287 from blackerking/patch-1

Error Fix for latest version of youtube-dl
This commit is contained in:
Eric Nemchik
2021-02-10 08:14:36 -06:00
committed by GitHub
+2 -1
View File
@@ -23,6 +23,7 @@ location ^~ /youtube-dl/ {
proxy_redirect off;
proxy_set_header Referer '';
proxy_set_header Host $upstream_app:8080;
# next line doesn't work with the latest version of: https://github.com/nbr23/youtube-dl-server
# proxy_set_header Host $upstream_app:8080;
rewrite /youtube-dl(.*) $1 break;
}