Skip to content

Instantly share code, notes, and snippets.

@yuradmt
Last active May 31, 2017 04:45
Show Gist options
  • Save yuradmt/94d8d20b2fbc9ef0ed0fabb9be80b87e to your computer and use it in GitHub Desktop.
Save yuradmt/94d8d20b2fbc9ef0ed0fabb9be80b87e to your computer and use it in GitHub Desktop.
Nginx: rewrite /recommends affiliate link cloaking to a different cloaking template

Based on Stack Overflow

rewrite ^(/recommends/)(.*)$   /go/$2 permanent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment