diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-01 17:06:27 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-01 17:06:27 +0900 |
| commit | efc6aad8062c3efa2866ffd7988a0cfb79aa4c2c (patch) | |
| tree | efc983f8e771fd34d2b427c0977860b11fa01b53 | |
| parent | a453b0f963ced38b87f2bbad1ec8109d82b7a187 (diff) | |
| download | nil.ninja-main.tar.gz nil.ninja-main.tar.zst nil.ninja-main.zip | |
| -rw-r--r-- | mioproxy.local.hcl | 2 | ||||
| -rw-r--r-- | mioproxy.prod.hcl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mioproxy.local.hcl b/mioproxy.local.hcl index a54221a..a02a605 100644 --- a/mioproxy.local.hcl +++ b/mioproxy.local.hcl @@ -1,5 +1,5 @@ server http { - hosts = ["127.0.0.1", "::1"] + hosts = ["::1"] port = 8000 proxy albatross { diff --git a/mioproxy.prod.hcl b/mioproxy.prod.hcl index 9be8e6e..1c60135 100644 --- a/mioproxy.prod.hcl +++ b/mioproxy.prod.hcl @@ -1,7 +1,7 @@ user = "ken" server http { - hosts = ["0.0.0.0", "::"] + hosts = ["::"] port = 80 redirect_to_https = true @@ -11,7 +11,7 @@ server http { } server https { - hosts = ["0.0.0.0", "::"] + hosts = ["::"] port = 443 tls_cert_file = "letsencrypt/lego/certificates/nil.ninja.crt" |
