Advertisement
phpface

Untitled

Jul 14th, 2022
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. location ~* \.(mp4|m3u8|key)$ {
  2. valid_referers none blocked server_names http://your-domain.com/*;
  3. if ( $invalid_referer = "" ) {
  4. return 403;
  5. }
  6. }
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement