mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
9 lines
174 B
Nginx Configuration File
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;
|
|
}
|
|
}
|