How do I redirect:
/text1 to /
and
/test2 to /something/else
I tried putting:
rewrite ^ /test1 /
rewrite ^ /test2 /something/else
Inside the server {}
|
|
Just get rid of the space after the
The Edit: To send a redirect response to the browser add either
|
|||||||||||
|