mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Initial version of nginx parser roundtrip test
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
http {
|
||||
geoip_country /usr/share/GeoIP/GeoIP.dat;
|
||||
map $geoip_country_code $allowed_country {
|
||||
default yes;
|
||||
FK no;
|
||||
FM no;
|
||||
EH no;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user