View Single Post
Old 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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote