2
I need to configure an application that has two different services running on port 80 and another on 8080, but in the same domain. I ask you if it’s possible and how could I set you up this way?
Example:
meuunicodominio.com.br:80
way: /var/www/appfrontend
meuunicodominio.com.br:8080
way: /var/www/appbackend
The issue for this feat is the use of two technologies, in 80 PHP wheel and 8080 Node.js wheel, I have no option to create subdomains or add another domain, at most I can use the machine IP to point the backend.
no access to modify Nginx configuration is not possible.
– Marcos Regis
I have root access to the server. The problem that I can’t use another domain, so I have to manage with the same using different ports for two apps.
– Kaio Cesar