From 283620f49a7379848ce1d4bde00b83f1cebf0fe5 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Sat, 6 Jul 2024 11:58:40 -0300 Subject: [PATCH] Remove random stuff from Caddyfile --- config/Caddyfile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/config/Caddyfile b/config/Caddyfile index 292451c..082b626 100644 --- a/config/Caddyfile +++ b/config/Caddyfile @@ -15,13 +15,4 @@ http://*:8888 { handle_path /admin/* { reverse_proxy /* http://127.0.0.1:3000 } - - - handle_path /faaso/myfunko/* { - reverse_proxy /* http://faaso-myfunko-kyfo2v:3000 { - health_uri /ping - fail_duration 30s - } - } - -} \ No newline at end of file +}