Re: Handling cities with the same name using the GeoIP module

2021-11-15 Thread YvorL
Thank you for providing guidance on this topic, I really appreciate it! Have a great day! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,292821,292830#msg-292830 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listin

Re: Handling cities with the same name using the GeoIP module

2021-11-15 Thread YvorL
it's defined in the official documentation. Is this because I'm not using the legacy database? One last question :) Sometimes I got "00" instead of the region, I reckon that means that the IP address (e.g., 107.178.232.174 - Google app IP) isn't in the database file I

Re: Handling cities with the same name using the GeoIP module

2021-11-14 Thread YvorL
Thank you for your response! I see. It's weird that I can't use a column that's right there in the database and would uniquely identify any entry. When I checked the Nginx documentation, I saw this: "$geoip_region two-symbol country region code (region, territory, state, province, federal land an

Handling cities with the same name using the GeoIP module

2021-11-12 Thread YvorL
provide the best experience for the websites. Examples: Clinton - 28 cities in the US (naturally all in different states) Aalst - 2 cities in Belgium (in two different provinces) Acailandia - 2 cities in Brazil (in two different "subdivision") ... version: nginx/1.21.3 Thank you, YvorL P