aboutsummaryrefslogtreecommitdiffhomepage
path: root/mioproxy.prod.hcl
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-05-01 16:46:08 +0900
committernsfisis <nsfisis@gmail.com>2026-05-01 16:46:08 +0900
commit96a86d51d6b9dd0a7a66af1287defe9fb4ff75e3 (patch)
treefd77cfdc8cc76621f3a80c961550456f02178a0f /mioproxy.prod.hcl
parent3127d39694da10119e6505d2a76598c781eb2e95 (diff)
downloadnsfisis.dev-96a86d51d6b9dd0a7a66af1287defe9fb4ff75e3.tar.gz
nsfisis.dev-96a86d51d6b9dd0a7a66af1287defe9fb4ff75e3.tar.zst
nsfisis.dev-96a86d51d6b9dd0a7a66af1287defe9fb4ff75e3.zip
feat(mioproxy): update mioproxy to 0.5.0
Diffstat (limited to 'mioproxy.prod.hcl')
-rw-r--r--mioproxy.prod.hcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/mioproxy.prod.hcl b/mioproxy.prod.hcl
index 55ec6443..fa471e4c 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/nsfisis.dev.crt"