
GeoIP Analytics Without Storing IP Addresses: Nginx + MaxMind + a Trusted Header
I needed country analytics in ICanUp without storing visitor IP addresses or calling an external GeoIP API on every page view. I moved country resolution to the Nginx and MaxMind infrastructure boundary, while Laravel receives only a normalized two-letter country code through a trusted internal header.

