Skip to content

Instantly share code, notes, and snippets.

@blakecrosby
Created October 3, 2016 19:12
Show Gist options
  • Save blakecrosby/ca7e70073a275cc7676982e831514fc8 to your computer and use it in GitHub Desktop.
Save blakecrosby/ca7e70073a275cc7676982e831514fc8 to your computer and use it in GitHub Desktop.
if (req.url ~ "^/blog2(.*)") {
set req.url = "/" + re.group.1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment