reverseproxy: fix restore of trusted ips

This commit is contained in:
Girish Ramakrishnan
2026-03-10 17:28:06 +05:30
parent d377d1e1cf
commit 8ef56c6d91
2 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ async function restoreTask(backupSite, remotePath, ipv4Config, ipv6Config, optio
await ensureDhparams();
await network.setIPv4Config(ipv4Config);
await network.setIPv6Config(ipv6Config);
await reverseProxy.restoreFallbackCertificates();
await reverseProxy.reprovision();
await backupSites.reinitAll();