Commit df1e62d
v1.24.1 — Dashboard speed + www ServerAlias for apex vhosts
### Performance
- Dashboard load (5+s with 31 domains) — /api/accounts?action=list
was running du + db_size for every user on every dashboard load.
Added ?limit=N and ?skip_disk=1 query params; dashboard now uses
limit=6&skip_disk=1.
### Bug Fixes
- Apex vhosts missing www ServerAlias — the CF tunnel auto-creates
the www CNAME but the Apache vhost only listened on ServerName.
add_domain.sh and restore_account.sh now add ServerAlias www.{domain}
for apex domains.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>1 parent 809d222 commit df1e62d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments