From ceb264cb65f4a62531e11b3ce666f931074b778a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 9 Oct 2023 08:42:33 +0900 Subject: support basic auth --- conf.example.hcl | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 conf.example.hcl (limited to 'conf.example.hcl') diff --git a/conf.example.hcl b/conf.example.hcl deleted file mode 100644 index dfe18f8..0000000 --- a/conf.example.hcl +++ /dev/null @@ -1,35 +0,0 @@ -server http { - host = "127.0.0.1" - port = 8000 - - proxy a { - from { - host = "a.localhost" - } - to { - host = "127.0.0.1" - port = 8001 - } - } - - proxy b { - from { - path = "/b/" - } - to { - host = "127.0.0.1" - port = 8002 - } - } - - proxy c { - from { - host = "c.localhost" - path = "/c/" - } - to { - host = "127.0.0.1" - port = 8003 - } - } -} -- cgit v1.2.3-70-g09d2