change https migration to 0.0.0.0

This commit is contained in:
BPplays 2026-04-15 06:09:46 -07:00
parent 3f6270a089
commit 4ce65e3e96
No known key found for this signature in database

View file

@ -19,7 +19,7 @@ class M0_1_3 extends BaseModelMigration
$httpsPort = (string)($ntopngConfig->httpsport ?? '');
if ($httpsPort !== '') {
$model->addresseshttps = "[::]:{$httpsPort}";
$model->addresseshttps = "0.0.0.0:{$httpsPort}";
}
}