summaryrefslogtreecommitdiffhomepage
path: root/mioproxy.local.hcl
diff options
context:
space:
mode:
Diffstat (limited to 'mioproxy.local.hcl')
-rw-r--r--mioproxy.local.hcl16
1 files changed, 16 insertions, 0 deletions
diff --git a/mioproxy.local.hcl b/mioproxy.local.hcl
new file mode 100644
index 00000000..a92c0991
--- /dev/null
+++ b/mioproxy.local.hcl
@@ -0,0 +1,16 @@
+user = "ken"
+
+server http {
+ host = "127.0.0.1"
+ port = 8000
+
+ proxy blog {
+ from {
+ host = "blog.localhost"
+ }
+ to {
+ host = "127.0.0.1"
+ port = 8001
+ }
+ }
+}