Skip to content

Commit c30229e

Browse files
authored
Update Readme for correct UK country code: GB
It seems the actual geoip2_data_country_iso_code country code for the UK is GB (great britain).
1 parent 684b084 commit c30229e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Follow these steps to enable the maxmind mod:
2424
```nginx
2525
map $geoip2_data_country_iso_code $geo-whitelist {
2626
default no;
27-
UK yes;
27+
GB yes;
2828
}
2929
3030
map $geoip2_data_country_iso_code $geo-blacklist {

0 commit comments

Comments
 (0)