diff --git a/resources/views/livewire/server/proxy.blade.php b/resources/views/livewire/server/proxy.blade.php
index e87ad573a..7c6599792 100644
--- a/resources/views/livewire/server/proxy.blade.php
+++ b/resources/views/livewire/server/proxy.blade.php
@@ -1,16 +1,24 @@
@if (data_get($server, 'proxy.type'))
- @if ($selectedProxy === 'TRAEFIK_V2')
+ @if ($selectedProxy !== 'NONE')
@endif
-
+ @if ($server->proxyType() === 'TRAEFIK_V2')
+
+ @endif
@if ($proxy_settings)
-
Reset configuration to default
@@ -40,7 +51,7 @@
Configuration
Switch Proxy
-
Custom (None) Proxy Selected
+
Custom (None) Proxy Selected
@else
Configuration
@@ -57,14 +68,13 @@
Traefik
- v2
+
+
+ Caddy (experimental)
Nginx
-
- Caddy
-
@endif