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 +}