whitelist-domains.conf 1.7 KB

123456789101112131415161718192021222324252627
  1. # EDIT THIS FILE AS YOU LIKE TO WHITELIST YOUR OWN DOMAIN NAMES AND SPARE THEM FROM ANY REFERRER CHECKING ###
  2. ##############################################################################
  3. # ___ __ #
  4. # / _ | ___ ___ _____/ / ___ #
  5. # / __ |/ _ \/ _ `/ __/ _ \/ -_) #
  6. # /_/ |_/ .__/\_,_/\__/_//_/\__/ #
  7. # __/_/ __ ___ __ ___ __ __ #
  8. # / _ )___ ____/ / / _ )___ / /_ / _ )/ /__ ____/ /_____ ____ #
  9. # / _ / _ `/ _ / / _ / _ \/ __/ / _ / / _ \/ __/ '_/ -_) __/ #
  10. # /____/\_,_/\_,_/ /____/\___/\__/ /____/_/\___/\__/_/\_\\__/_/ #
  11. # #
  12. ##############################################################################
  13. # Add One Entry Per Line - List all your own domains of the sites you host on the server
  14. # This file must exist on your system or Nginx will fail a reload due to a missing file
  15. # Automatic updates will never be able to remove this custom list of yours
  16. # Add One Entry Per Line
  17. # Make sure any domains have dots and special characters escaped as per the Regex examples below.
  18. # For example myfirstowndomainname.com should be entered as myfirstowndomainname\.com
  19. # and my-second-owndomainname.com should be entered as my\-second\-owndomainname\.com
  20. # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED
  21. #SetEnvIfNoCase Referer ~*yourdomain\.com good_ref
  22. #SetEnvIfNoCase Referer ~*your\-domain\.com good_ref