From 778bbae6b74c39609d4cde27312da9b4b19c3e3f Mon Sep 17 00:00:00 2001 From: talksik Date: Sat, 12 Aug 2023 13:32:00 -0700 Subject: [PATCH] trying with proper redirect --- Caddyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Caddyfile b/Caddyfile index a6ccb8c..be4ad38 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,4 +1,4 @@ -192.168.50.63 { +https://192.168.50.63:5000 { tls internal - reverse_proxy registry:5000 + reverse_proxy http://localhost:5000 }