For the same subdomain, is it possible to set-up an Nginx Reverse Proxy?
For the same subdomain sub.example.com I would like a Node JS application to be served when accessed on port 5683 and a PHP/Laravel Application on all other ports (80 usually for http). Can someone properly guide me how to do so? Setting up additional nginx directives did not work well. In my subdirectory folder I would like to have a folder named 'nodejs' and another folder named 'php' where to host the two different applications.
For the same subdomain sub.example.com I would like a Node JS application to be served when accessed on port 5683 and a PHP/Laravel Application on all other ports (80 usually for http). Can someone properly guide me how to do so? Setting up additional nginx directives did not work well. In my subdirectory folder I would like to have a folder named 'nodejs' and another folder named 'php' where to host the two different applications.