From b1eaf5ca91a66c198224d166bf00a4c940cfb97d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Mon, 19 Mar 2018 01:24:39 +0100 Subject: [PATCH] Create country.conf --- static/conf.d/country.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 static/conf.d/country.conf diff --git a/static/conf.d/country.conf b/static/conf.d/country.conf new file mode 100644 index 0000000..905cc82 --- /dev/null +++ b/static/conf.d/country.conf @@ -0,0 +1,9 @@ +map $geoip2_data_country_code $allowed_country { + default yes; + FK no; + FM no; + EH no; + CN no; + VN no; + RU no; +}