From 638b9f28a59613a128d01ff56ad92258ef3c6d03 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 9 Oct 2023 10:10:24 +0900 Subject: revert: fix unexpected 404 error if host header has port part --- example.conf.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example.conf.hcl') diff --git a/example.conf.hcl b/example.conf.hcl index e6f9d51..9274fa4 100644 --- a/example.conf.hcl +++ b/example.conf.hcl @@ -4,7 +4,7 @@ server http { proxy a { from { - host = "a.localhost" + host = "a.localhost:8000" } to { host = "127.0.0.1" @@ -30,7 +30,7 @@ server http { proxy c { from { - host = "c.localhost" + host = "c.localhost:8000" path = "/c/" } to { -- cgit v1.2.3-70-g09d2