Thread
:
HELP! Some idiots hotlinking my videos!
View Single Post
09-10-2021, 06:45 PM
mightyjoe
Confirmed User
Join Date: Jun 2004
Posts: 1,395
found this for nginx, but it is not working. also i have 5 domains
location ~* .(mp4)$ {
valid_referers none server_names domain1.com
www.domain2.com;
}
if ($invalid_referer) {
return 403;
}
mightyjoe
View Public Profile
Find More Posts by mightyjoe