mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-04 03:29:57 +00:00
9 lines
456 B
Text
9 lines
456 B
Text
# EDIT THIS FILE AS YOU LIKE TO WHITELIST YOUR OWN DOMAIN NAMES AND SPARE THEM FROM ANY REFERRER CHECKING ###
|
|
|
|
# Add One Entry Per Line - List all your own domains of the sites you host on the server
|
|
# This file must exist on your system or Nginx will fail a reload due to a missing file
|
|
# Automatic updates will never be able to remove this custom list of yours
|
|
# Add One Entry Per Line
|
|
|
|
"~*myfirstowndomainname.com" 0;
|
|
"~*mysecondowndomainname.com" 0;
|