From 2bc19e65199422a6bf808656ae2a05f7de44a135 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Thu, 6 Apr 2023 20:35:41 +0800 Subject: [PATCH] Update caddyfile --- tabby/config/Caddyfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -}