mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 23:12:35 +00:00
Plugins base (#613)
* wip * wip * cleanup * notification channels * phpstan * services * remove server types * refactoring * refactoring
This commit is contained in:
@ -30,7 +30,10 @@ public function update(Site $site, array $input): void
|
||||
$loadBalancerServer->save();
|
||||
}
|
||||
|
||||
$site->webserver()->updateVHost($site);
|
||||
$site->webserver()->updateVHost($site, regenerate: [
|
||||
'load-balancer-upstream',
|
||||
'load-balancer',
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user