Fix regex typo in Whitelist Domains Include File.

This commit is contained in:
Mitchell Krog 2017-02-16 15:00:24 +02:00
parent f1a70fca71
commit 2fa04066f9

View file

@ -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;