"README.md" did not exist on "88a927c0b0d6de9dc73b4fbe737a915d1b2a1354"
Ensure that we always have two capture groups in nginx redirect regex expressions
We sometimes had one and mostly had two capture groups. Now we always have two capture groups and thus can always use $2 for the redirect target. Fixes #6144
Loading
Please register or sign in to comment