mirror of
https://github.com/aarmea/fahrengit-451.git
synced 2026-03-22 00:54:19 +00:00
Fix geofencing
This commit is contained in:
parent
45181f9f54
commit
50275ae116
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ http {
|
||||||
# When the DB has no subdivision the variable is empty; the key becomes "CC-"
|
# When the DB has no subdivision the variable is empty; the key becomes "CC-"
|
||||||
# which will not match any rule unless you explicitly add it.
|
# which will not match any rule unless you explicitly add it.
|
||||||
map "$geoip2_country-$geoip2_subdivision" $geoip2_region_key {
|
map "$geoip2_country-$geoip2_subdivision" $geoip2_region_key {
|
||||||
default "";
|
default "$geoip2_country-$geoip2_subdivision";
|
||||||
include /etc/nginx/geoblock/repo_maps.conf;
|
include /etc/nginx/geoblock/repo_maps.conf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue