Hi Team ,
I have a Web Application with multiple pages (Login, Signup, forget password etc ) created using TypeScript .
I want to create config file such a way that , when users click on Submit button on Login page it should take them to home page or if they click on Forget password it should take them to the forget password page. How can i achieve this scenario in nginx.
I researched but couldn't find relevant documentation or Blogs on the same.
Attaching my Sample nginx.conf for your reference . This Conf file only have location configurations for all those pages .
Let me know how can i achieve my requirement .
Thanks in Advance