summaryrefslogtreecommitdiffhomepage
path: root/mioproxy.prod.hcl
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-11-02 11:44:36 +0900
committernsfisis <nsfisis@gmail.com>2025-11-02 11:44:36 +0900
commitf47a2ded50f3367d0c7b0673a6c452a93c1a669f (patch)
tree81d5189dd550b7f4f4fe9227029cb87c9a96f7a6 /mioproxy.prod.hcl
parent960fb725eff960720268aa1425ac8880377d638f (diff)
downloadnsfisis.dev-f47a2ded50f3367d0c7b0673a6c452a93c1a669f.tar.gz
nsfisis.dev-f47a2ded50f3367d0c7b0673a6c452a93c1a669f.tar.zst
nsfisis.dev-f47a2ded50f3367d0c7b0673a6c452a93c1a669f.zip
feat(repos): add new service, reposHEADmain
Diffstat (limited to 'mioproxy.prod.hcl')
-rw-r--r--mioproxy.prod.hcl10
1 files changed, 10 insertions, 0 deletions
diff --git a/mioproxy.prod.hcl b/mioproxy.prod.hcl
index a9e99051..f3a90622 100644
--- a/mioproxy.prod.hcl
+++ b/mioproxy.prod.hcl
@@ -26,4 +26,14 @@ server https {
port = 8001
}
}
+
+ proxy repos {
+ from {
+ host = "repos.nsfisis.dev"
+ }
+ to {
+ host = "127.0.0.1"
+ port = 8002
+ }
+ }
}