Wednesday, May 14, 2025
1 change · saas-18.1
Resolved issues and error corrections
The IoT box image no longer keeps an outdated web server setup that could incorrectly redirect visits to port 80 when the access point was not running. This prevents confusing web access behavior and removes the unused default splash page.
Original PR description
In odoo/odoo#209104, the nginx config was revamped to allow for a better access point experience. However, a side-effect of this was that the nginx config in `overwrite_before_init`, which was previously always overwritten, was now being used, causing accesses to port 80 to always be redirected even when the access point was not running. To fix this, we delete the old config file, and also delete the default nginx splash page website. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr