certbot/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/geoip/nginx.conf
2016-07-11 13:58:21 -07:00

9 lines
174 B
Nginx Configuration File

http {
geoip_country /usr/share/GeoIP/GeoIP.dat;
map $geoip_country_code $allowed_country {
default yes;
FK no;
FM no;
EH no;
}
}