mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 07:22:34 +00:00
#591 - sites
This commit is contained in:
@ -10,6 +10,11 @@
|
||||
|
||||
class Nginx extends AbstractWebserver
|
||||
{
|
||||
public function name(): string
|
||||
{
|
||||
return \App\Enums\Webserver::NGINX;
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws SSHError
|
||||
*/
|
||||
|
Reference in New Issue
Block a user