diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-11-02 11:44:36 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-11-02 11:44:36 +0900 |
| commit | f47a2ded50f3367d0c7b0673a6c452a93c1a669f (patch) | |
| tree | 81d5189dd550b7f4f4fe9227029cb87c9a96f7a6 /mioproxy.prod.hcl | |
| parent | 960fb725eff960720268aa1425ac8880377d638f (diff) | |
| download | nsfisis.dev-f47a2ded50f3367d0c7b0673a6c452a93c1a669f.tar.gz nsfisis.dev-f47a2ded50f3367d0c7b0673a6c452a93c1a669f.tar.zst nsfisis.dev-f47a2ded50f3367d0c7b0673a6c452a93c1a669f.zip | |
Diffstat (limited to 'mioproxy.prod.hcl')
| -rw-r--r-- | mioproxy.prod.hcl | 10 |
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 + } + } } |
