Dear All,
How can I configure NGINX to host two Odoo instances on the same server using location directives in NGINX?
--
Instance 1:
- Internal Address: 127.0.0.1:8069
- Expected URL: 127.0.0.1/odoo1/
Instance 2:
- Internal Address: 127.0.0.1:8070
- Expected URL: 127.0.0.1/odoo2/
Dear All,
Please help me.