summaryrefslogtreecommitdiffhomepage
path: root/mioproxy.prod.hcl
diff options
context:
space:
mode:
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
+ }
+ }
}