I'm in the process of reorganizing url structure. I need to setup redirect rules for specific urls - I'm using NGINX.
Basically Something like this:
http://example.com/issue1 --> http://example.com/shop/issues/custom_issue_name1
http://example.com/issue2 --> http://example.com/shop/issues/custom_issue_name2
http://example.com/issue3 --> http://example.com/shop/issues/custom_issue_name3
Thanks!
If you need to duplicate more than a few redirects, you might consider using a map:
Put this in your server directive:
Or duplicate it: