Skip to content

Instantly share code, notes, and snippets.

@iamblue
Created February 27, 2014 04:59
Show Gist options
  • Select an option

  • Save iamblue/9244647 to your computer and use it in GitHub Desktop.

Select an option

Save iamblue/9244647 to your computer and use it in GitHub Desktop.
server {
// ....
if ($args ~ "_escaped_fragment_=/?(.+)") {
set $url $1;
rewrite ^ /snapshots/$url last;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment