Closed GeorgeHu6 closed 8 months ago
For the same reason, it is impossible to set the default value to a single space.
Is there really a use case for needing a default value of a single space, or a value starting with a space? I'm sure you could use other nginx functionality to prepend this if you needed it.
when I use
$geoip2_country_iso_code "default= a" country iso_code;
, the value will bea
without the space.