Skip to content

Instantly share code, notes, and snippets.

@clifgriffin
Created November 4, 2014 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clifgriffin/6abf72e2053609f8a9e4 to your computer and use it in GitHub Desktop.
Save clifgriffin/6abf72e2053609f8a9e4 to your computer and use it in GitHub Desktop.
ServerPilot 00_redirects.conf example
if ($uri ~* ^/bags?$) {
return 301 /shop;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment