Back to Changelog
Panel Backend

v1.0.463

Security Fix Security Release Released August 17, 2026

Critical fix for a redirect bug that could take an entire customer web server offline.

Improvements

3
  • A failed nginx configuration change from a redirect update is now automatically rolled back instead of leaving the server broken.
  • A startup self-heal routine automatically repairs servers that were previously affected by this bug, and regenerates the redirects file with the corrected format.
  • Redirect API error responses now include the underlying cause for easier troubleshooting.

Bug Fixes

4
  • Fixed a critical bug where adding a URL redirect could crash nginx and take an entire server offline: the redirect include was previously inserted inside mail auto-configuration location blocks, causing every site on the server to go down on the next restart.
  • Redirect includes are now placed only after the real server_name directive, preventing configuration corruption.
  • Whole-site (root path) redirects now work correctly and no longer conflict with the site own location block.
  • Let Encrypt certificate validation paths remain reachable even when a whole-site redirect is active.
See the Demo