Skip to content

v5.4.0

Compare
Choose a tag to compare
@markwylde markwylde released this 24 May 19:00
· 23 commits to master since this release
9fe9586
  • 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.