Files
WPIQ/wo
Bob Swinkels cbe42ab2bb Fix wildcard character in regex strings.
The map directive contains regexes (strings starting with a tilde) that
contain 'asterisk' characters. In a regex, the asterisk character is a
metacharacter, and in this context, it is meant as a wildcard character.
To achieve the desired result, we should place a dot in front of the
asterisk character.
2021-04-19 15:36:38 +02:00
..
2020-10-28 11:45:30 +01:00
2019-11-11 19:06:11 +01:00
2018-11-13 21:55:59 +01:00