diff --git a/Caddyfile b/Caddyfile index bf9fb62c3..159a63d84 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,8 +1,5 @@ {$BASE_DOMAIN} { bind {$ADDRESS} # Binds to all available network interfaces if not specified - handle_path /api/executor* { - reverse_proxy http://executor:8000 - } handle_path /api* { reverse_proxy http://api:8000 }