summaryrefslogtreecommitdiffhomepage
path: root/mioproxy.prod.hcl
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-11-24 04:58:38 +0900
committernsfisis <nsfisis@gmail.com>2025-11-24 04:58:38 +0900
commit67094790d2d9db5c99e7c136f49061a78698e57d (patch)
tree02feb966e74c7c2d1b6a77d8310502aa9758649b /mioproxy.prod.hcl
parenta071111365f9760b2f97fa3f6e12aee9f75dd15d (diff)
downloadnil.ninja-67094790d2d9db5c99e7c136f49061a78698e57d.tar.gz
nil.ninja-67094790d2d9db5c99e7c136f49061a78698e57d.tar.zst
nil.ninja-67094790d2d9db5c99e7c136f49061a78698e57d.zip
Add vhosts/t/phpcon-kagawa-2025/
Diffstat (limited to 'mioproxy.prod.hcl')
-rw-r--r--mioproxy.prod.hcl11
1 files changed, 11 insertions, 0 deletions
diff --git a/mioproxy.prod.hcl b/mioproxy.prod.hcl
index 45162cb..7a31dbb 100644
--- a/mioproxy.prod.hcl
+++ b/mioproxy.prod.hcl
@@ -60,4 +60,15 @@ server https {
port = 8004
}
}
+
+ proxy phpcon-kagawa-2025 {
+ from {
+ host = "t.nil.ninja"
+ path = "/phpcon-kagawa-2025/"
+ }
+ to {
+ host = "127.0.0.1"
+ port = 8005
+ }
+ }
}