diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-08 10:59:10 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-08 10:59:10 +0900 |
| commit | 068c978ed97e320605daa3d3f878f003853ee653 (patch) | |
| tree | d5deae43e28b8306b2b270124443b7f59b45b86f /mioproxy.prod.hcl | |
| parent | cbd3b063e2635ab2fff04ca893bd8347f0d5ceb4 (diff) | |
| download | nil.ninja-068c978ed97e320605daa3d3f878f003853ee653.tar.gz nil.ninja-068c978ed97e320605daa3d3f878f003853ee653.tar.zst nil.ninja-068c978ed97e320605daa3d3f878f003853ee653.zip | |
feat: add albatross.php 2025
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 + } + } } |
