Hi
my scenario (total 4 separate servers):
- server 1 (10.0.0.1) with nginx
- server 2, 3 and 4 (10.0.0.2, 10.0.0.3 and 10.0.0.4) with Odoo.
Access directly the Odoo servers, everything works.
I am trying to configure the nginx server (10.0.0.1) in reverse proxy to access the other servers (10.0.0.1/2/3) but it does not work. I have tried different configurations, but none of them work. Is this scenario feasible? Thanks