From 273ef30991b4e186db27903c489cb0e1bda15f30 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 9 Oct 2023 00:02:13 +0900 Subject: add example config --- conf.example.hcl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 conf.example.hcl diff --git a/conf.example.hcl b/conf.example.hcl new file mode 100644 index 0000000..8f1a56c --- /dev/null +++ b/conf.example.hcl @@ -0,0 +1,14 @@ +server http { + host = "127.0.0.1" + port = 8000 + + proxy a { + from { + host = "a.localhost" + } + to { + host = "127.0.0.1" + port = 8001 + } + } +} -- cgit v1.2.3-70-g09d2