Multiple NextJs application in single nginx configuration
I have a root directory /var/www/html/ In above root directory I have multiple projects example project1 project2 I want to host two NextJs application in single file of nginx configuration. Below is my nginx config file location / { root…