Answer the question
In order to leave comments, you need to log in
Have you configured the hotlink to nginx correctly?
I closed the folder completely.
location /hls/ {
valid_referers none blocked 128.**.293.88;
if ($invalid_referer) {
return 403;
}
}
Answer the question
In order to leave comments, you need to log in
Conducted a number of experiments, through a proxy, and so on. other services seem to work, but I don’t know if all this is reliable or not, I don’t want to give away content.
Try adding an internal directive to location;
nginx.org/ru/docs/http/ngx_http_core_module.html#i...
> But if you try through VLC, everything works
Reasonably, VLC does not transmit the referrer (like any other http client, if you just give it a link).
And you have none in valid_referers.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question