diff --git a/resources/views/livewire/server/proxy.blade.php b/resources/views/livewire/server/proxy.blade.php index e61acbec4..652322d32 100644 --- a/resources/views/livewire/server/proxy.blade.php +++ b/resources/views/livewire/server/proxy.blade.php @@ -36,9 +36,9 @@ @endif @if ($server->proxyType() === ProxyTypes::TRAEFIK->value) -

Traefik

+

Traefik (Coolify Proxy)

@elseif ($server->proxyType() === 'CADDY') -

Caddy

+

Caddy (Coolify Proxy)

@endif @if ( $server->proxy->last_applied_settings &&