I have two different applications.
- Survey application built with express framework
- Django application using rest api and react
I would like to achieve:
vardhan.com/survey, vardhan.com/feedback, etc on survey application and
vardhan.com/ and vardhan.com/login on django application
Both routes are working in respective applications in local in different ports
Is this possible in production ?
Please let me know how to configure this in Nginx.