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; +}