I configured Nginx as reverse proxy for my website. Now i want to configure nginx to serve 2 different url for accessing one location or path.
ex. : URL A : http://example.com/a/ and URL B : http://example.com/b/
I want both URL above will access same location or path in my website such as they both only access the /a path.
ex. : URL A : http://example.com/a/ and URL B : http://example.com/b/
I want both URL above will access same location or path in my website such as they both only access the /a path.