summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--conf.example.hcl14
1 files changed, 14 insertions, 0 deletions
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
+ }
+ }
+}