From 2fa04066f914173e581d1288b91e23c070a75d18 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Thu, 16 Feb 2017 15:00:24 +0200 Subject: [PATCH] Fix regex typo in Whitelist Domains Include File. --- bots.d/whitelist-domains.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bots.d/whitelist-domains.conf b/bots.d/whitelist-domains.conf index ac9fe10cd..884bbff95 100644 --- a/bots.d/whitelist-domains.conf +++ b/bots.d/whitelist-domains.conf @@ -1,2 +1,2 @@ -# Add One Entry Per Line -"~*~*mydomain.com" 0; \ No newline at end of file +# 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; \ No newline at end of file