diff options
Diffstat (limited to 'mioproxy.prod.hcl')
| -rw-r--r-- | mioproxy.prod.hcl | 11 |
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 + } + } } |
