diff --git a/tabby/config/Caddyfile b/tabby/config/Caddyfile index ea4bf15..b54079a 100644 --- a/tabby/config/Caddyfile +++ b/tabby/config/Caddyfile @@ -2,11 +2,7 @@ http_port 5000 } -http://localhost { +:5000 { reverse_proxy localhost:8081 reverse_proxy /_admin* localhost:8082 } - -http://dagu.localhost { - reverse_proxy localhost:8083 -}