mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Fix regex typo in Whitelist Domains Include File.
This commit is contained in:
parent
f1a70fca71
commit
2fa04066f9
1 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
# Add One Entry Per Line
|
||||
"~*~*mydomain.com" 0;
|
||||
# Add One Entry Per Line - List all the domains of the web sites you run on your Nginx to spare them from referrer checking
|
||||
"~*mydomain.com" 0;
|
Loading…
Add table
Reference in a new issue