How can I change the native port of odoo server in order to make it listen to different port than 8069 ? (needed in order to run multiple server instances at the same time)
Here I'm NOT looking for solutions that forward/redirect/reroute traffic to port 8069 like these:
- Reverse proxy through Apache or Nginx
- Port forwarding / port routing through e.g. iptables