diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-01-17 23:38:54 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-01-17 23:41:40 +0900 |
| commit | bb8d510516888fe1cda506c1a5816cee339eace3 (patch) | |
| tree | eaa9ee8824f3b77cf4e43802aacbee0129e8a05e /mioproxy.local.hcl | |
| parent | 9c448ed58559e54c152b7809a4bd1a6df56dcd95 (diff) | |
| download | nil.ninja-bb8d510516888fe1cda506c1a5816cee339eace3.tar.gz nil.ninja-bb8d510516888fe1cda506c1a5816cee339eace3.tar.zst nil.ninja-bb8d510516888fe1cda506c1a5816cee339eace3.zip | |
add files
Diffstat (limited to 'mioproxy.local.hcl')
| -rw-r--r-- | mioproxy.local.hcl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mioproxy.local.hcl b/mioproxy.local.hcl new file mode 100644 index 0000000..ee7d06a --- /dev/null +++ b/mioproxy.local.hcl @@ -0,0 +1,18 @@ +server http { + host = "127.0.0.1" + port = 8000 + + proxy albatross { + from { + path = "/x/albatross/" + } + to { + host = "127.0.0.1:8000" + port = 8001 + } + auth basic { + realm = "Auth required /x/albatross/" + credential_file = "albatross.htpasswd" + } + } +} |
