Redirect question

Friscia, Michael michael.friscia at yale.edu
Fri Mar 23 13:14:00 UTC 2018


I’m wondering how to achieve this in the config

I have a url like this
http://example.com/people/mike

and I want to redirect to
https://www.othersite.com/users/mike

the problem at hand is switching “/people/” to “/users/” but keep everything else so if I was to have
http://example.com/people/mike/education?page=1
I would still get redirected to
https://www.othersite.com/users/mike/education?page=1

I currently have redirects where I just append $request_uri to the new domain name but in this case I need to alter the $request_uri before I use it. So the question is how should I approach making this sort of change?

___________________________________________
Michael Friscia
Office of Communications
Yale School of Medicine
(203) 737-7932 - office
(203) 931-5381 - mobile
http://web.yale.edu<http://web.yale.edu/>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20180323/38727e79/attachment.html>


More information about the nginx mailing list