diff --git a/Caddyfile b/Caddyfile index 5431bf8..bac1ab8 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,4 +1,4 @@ 192.168.50.63:5000 { tls internal - reverse_proxy localhost:5000 + reverse_proxy http://localhost:5000 }