diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-01 16:48:11 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-01 16:49:08 +0900 |
| commit | a453b0f963ced38b87f2bbad1ec8109d82b7a187 (patch) | |
| tree | b8ed7f8a6ed594595dd0e3e10f5eb410ddecbe0b /mioproxy.prod.hcl | |
| parent | 2ca434ab90734e8186a63133fd41be72786bdca8 (diff) | |
| download | nil.ninja-a453b0f963ced38b87f2bbad1ec8109d82b7a187.tar.gz nil.ninja-a453b0f963ced38b87f2bbad1ec8109d82b7a187.tar.zst nil.ninja-a453b0f963ced38b87f2bbad1ec8109d82b7a187.zip | |
feat(mioproxy): update mioproxy to 0.5.0
Diffstat (limited to 'mioproxy.prod.hcl')
| -rw-r--r-- | mioproxy.prod.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mioproxy.prod.hcl b/mioproxy.prod.hcl index b84b62b..9be8e6e 100644 --- a/mioproxy.prod.hcl +++ b/mioproxy.prod.hcl @@ -1,7 +1,7 @@ user = "ken" server http { - host = "0.0.0.0" + hosts = ["0.0.0.0", "::"] port = 80 redirect_to_https = true @@ -11,7 +11,7 @@ server http { } server https { - host = "0.0.0.0" + hosts = ["0.0.0.0", "::"] port = 443 tls_cert_file = "letsencrypt/lego/certificates/nil.ninja.crt" |
