I have a webservice using the following routes in nginx:
/my/myservice/backend
/my/myservice/frontend
In addtion, I want the two urls
/my/myservice
/my/myname
to be aliases or redirects to /my/myservice/frontend
ow can I configure nginx to achieve this?