Added (Coolify Proxy) to the proxy name on Configuration page
New users can easily understand Traefik or Caddy is being used as the Coolify proxy
This commit is contained in:
parent
9da54bc94f
commit
11878bcf5d
1 changed files with 2 additions and 2 deletions
|
|
@ -36,9 +36,9 @@
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
@if ($server->proxyType() === ProxyTypes::TRAEFIK->value)
|
@if ($server->proxyType() === ProxyTypes::TRAEFIK->value)
|
||||||
<h3>Traefik</h3>
|
<h3>Traefik (Coolify Proxy)</h3>
|
||||||
@elseif ($server->proxyType() === 'CADDY')
|
@elseif ($server->proxyType() === 'CADDY')
|
||||||
<h3>Caddy</h3>
|
<h3>Caddy (Coolify Proxy)</h3>
|
||||||
@endif
|
@endif
|
||||||
@if (
|
@if (
|
||||||
$server->proxy->last_applied_settings &&
|
$server->proxy->last_applied_settings &&
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue