mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-06 00:12:35 +00:00
#591 - sites
This commit is contained in:
@ -8,6 +8,8 @@
|
||||
|
||||
interface Webserver extends ServiceInterface
|
||||
{
|
||||
public function name(): string;
|
||||
|
||||
public function createVHost(Site $site): void;
|
||||
|
||||
public function updateVHost(Site $site, ?string $vhost = null): void;
|
||||
|
Reference in New Issue
Block a user