SyntaxFix
Write A Post
Hire A Developer
Questions
This is the top hit on Google for "nginx redirect". If you got here just wanting to redirect a single location:
location = /content/unique-page-name { return 301 /new-name/unique-page-name; }