bunkerweb/confs/geoip.conf
2019-08-20 21:25:16 +00:00

8 lines
126 B
Plaintext

map $geoip2_data_country_code $allowed_country {
default yes;
%BLOCK_COUNTRY%
}
if ($allowed_country = no) {
return 403;
}