I have an e-commerce application. Web server is Nginx. We are planning to cut over from old site to new site.(Domain name is same but the architecture is changed from Monolithic (.NET) to Micro services (Node.js + React).
We are getting requests on old site (will contain .aspx?) and want to transfer that request to a POD for transformation of old url to new URL. On Nginx, have to redirect the old site to a specific API Pod and also have to capture the entire request url and pass a parameter.
Kindly help us with the syntax for this.
We are getting requests on old site (will contain .aspx?) and want to transfer that request to a POD for transformation of old url to new URL. On Nginx, have to redirect the old site to a specific API Pod and also have to capture the entire request url and pass a parameter.
Kindly help us with the syntax for this.