From 43862aa6b5f14e91d4f687f33f6f4689fe944e22 Mon Sep 17 00:00:00 2001 From: Ivan Gagarinov Date: Thu, 31 Oct 2024 12:57:53 +0500 Subject: [PATCH] fix route --- Caddyfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Caddyfile b/Caddyfile index 633bb22..0f81a9c 100644 --- a/Caddyfile +++ b/Caddyfile @@ -8,6 +8,10 @@ route /http-api/echo { reverse_proxy localhost:4010 } +route /http-protocol/example { + reverse_proxy localhost:4010 +} + route /http-api-openapi { reverse_proxy localhost:4010 }