Skip to content

Instantly share code, notes, and snippets.

@zooks
Created July 9, 2017 21:27
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 zooks/0b9c54c3a80304e2be8550fc0f73d677 to your computer and use it in GitHub Desktop.
Save zooks/0b9c54c3a80304e2be8550fc0f73d677 to your computer and use it in GitHub Desktop.
nginx folder 301 redirect
location ~ ^/articles/(.*) {
return 301 /blog/$1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment