mirror of
https://github.com/certbot/certbot.git
synced 2026-07-26 07:39:52 +02:00
10 lines
174 B
Nginx Configuration File
10 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;
|
|
}
|
|
}
|