From c84daa4490724b59d04255f732cd60cfa72e0654 Mon Sep 17 00:00:00 2001 From: Anurag Sahu Date: Sat, 27 Dec 2025 18:58:40 +0530 Subject: [PATCH] feat: fix reverse proxy --- Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index 11ca89e..fa9c980 100644 --- a/Caddyfile +++ b/Caddyfile @@ -6,5 +6,5 @@ # I don't have any domain but later I will test with aws ec2 ec2-13-48-24-224.eu-north-1.compute.amazonaws.com { - reverse_proxy taskmanager:3000 + reverse_proxy app:3000 } \ No newline at end of file