Files
vito/resources/views/ssh/services/webserver/caddy/vhost.blade.php
Saeed Vaziry 131b828807 Plugins base (#613)
* wip

* wip

* cleanup

* notification channels

* phpstan

* services

* remove server types

* refactoring

* refactoring
2025-06-14 14:35:18 +02:00

8 lines
128 B
PHP
Executable File

{{ $site->domain }} {{ $site->getAliasesString() }} {
#[main]
@foreach($main ?? [] as $main)
{{ $main }}
@endforeach
#[/main]
}