v5.4.0
- Fix redirect when hostname contains pattern match
The following previously caused a bug:
http://(.*).example.com/(.*) => https://$1.example.com/$2
But it should now work.
The following previously caused a bug:
http://(.*).example.com/(.*) => https://$1.example.com/$2
But it should now work.