diff --git a/youtube-dl.subfolder.conf.sample b/youtube-dl.subfolder.conf.sample index c7962fa..d353778 100644 --- a/youtube-dl.subfolder.conf.sample +++ b/youtube-dl.subfolder.conf.sample @@ -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; }