The map directive contains regexes (strings starting with a tilde) that contain 'dot' characters. In a regex, the dot character is a metacharacter and should be escaped by putting a backslash before it.
The map directive contains regexes (strings starting with a tilde) that contain 'dot' characters. In a regex, the dot character is a metacharacter and should be escaped by putting a backslash before it.