I am using odoo 16 community. I have it on a reverse proxy with apache2. I am using the TropiPay module to receive payments in ecommerce, what this module does is that it redirects from the site to the platform to make the payment and then redirects back to the website.
The problem is when that platform redirects me back to my website, and it is doing so to port 8069.
How can I make that redirection make it normal to port 80?
Will I have to change the configuration in Apache2 or change it to ngnix?
In the odoo configuration I set proxy_mode to True but when I do so I cannot edit the website because it keeps loading.