Back to Changelog
Panel Backend

v1.0.484

Patch Released August 25, 2026

Fixed default site page shadowing all sites on servers behind NAT.

Bug Fix

1
  • Fixed sites showing the default Coming Soon page on servers whose primary IP is private/behind NAT (router port forwarding). The auto-generated default server block was binding per-IP to the private address, shadowing every site vhost, so all domains served the default page and Let us Encrypt HTTP-01 certificate issuance failed. The default server now only binds per-IP for public IP addresses, matching how site vhosts bind, so sites behind NAT resolve to the correct vhost. Servers with a public primary IP are unaffected.
See the Demo