summaryrefslogtreecommitdiffhomepage
path: root/mioproxy.local.hcl
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-10-08 00:23:44 +0900
committernsfisis <nsfisis@gmail.com>2023-10-08 00:35:45 +0900
commit111c7319d54d32eb1360c731c443b1675edc3ded (patch)
treefb00a815689aa5596204c003e52d1d0fe5cb029c /mioproxy.local.hcl
parent777d36505713749916dfbd4d0a5fd90302271328 (diff)
downloadnsfisis.dev-111c7319d54d32eb1360c731c443b1675edc3ded.tar.gz
nsfisis.dev-111c7319d54d32eb1360c731c443b1675edc3ded.tar.zst
nsfisis.dev-111c7319d54d32eb1360c731c443b1675edc3ded.zip
feat(proxy): mioproxy
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
+ }
+ }
+}