summaryrefslogtreecommitdiffhomepage
path: root/mioproxy.prod.hcl
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-27 20:54:06 +0900
committernsfisis <nsfisis@gmail.com>2026-02-27 20:54:06 +0900
commit0b221bec5e357bbd8baea733b66cb0d8b69a9312 (patch)
tree0ec90121ae5732d96f7d76f608daa9b54279cdab /mioproxy.prod.hcl
parent7c43355b8bbe9b9332024644792aa7fed05322af (diff)
downloadnil.ninja-0b221bec5e357bbd8baea733b66cb0d8b69a9312.tar.gz
nil.ninja-0b221bec5e357bbd8baea733b66cb0d8b69a9312.tar.zst
nil.ninja-0b221bec5e357bbd8baea733b66cb0d8b69a9312.zip
feat(albatross-php-2026): init
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 2ab65ca..b84b62b 100644
--- a/mioproxy.prod.hcl
+++ b/mioproxy.prod.hcl
@@ -81,4 +81,15 @@ server https {
port = 8006
}
}
+
+ proxy albatross-php-2026 {
+ from {
+ host = "t.nil.ninja"
+ path = "/phperkaigi/2026/code-battle/"
+ }
+ to {
+ host = "127.0.0.1"
+ port = 8007
+ }
+ }
}