Change application context

Hello,

In production I have a nginx doing a reverse proxy for 3 applications, each application has its context (specific route), example:


Nginx: endpoint.com
/         => http://127.0.0.1:80
/reports  => http://127.0.0.1:85
/panel    => http://127.0.0.1:90 (Here is wappler app)

The problem is that wappler directs all your url to “/”, this conflicts with the other endpoints, is it possible to configure this on the wappler?

My project is: NodeJS

Thank you very much!
Marcelo

Community Page
Last updated: