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 c7e0190..98067d4 100644 --- a/mioproxy.prod.hcl +++ b/mioproxy.prod.hcl @@ -38,4 +38,15 @@ server https { port = 8002 } } + + proxy albatross-php-2025 { + from { + host = "t.nil.ninja" + path = "/phperkaigi/2025/code-battle/" + } + to { + host = "127.0.0.1" + port = 8003 + } + } } |
