aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mioproxy.local.hcl2
-rw-r--r--mioproxy.prod.hcl4
2 files changed, 3 insertions, 3 deletions
diff --git a/mioproxy.local.hcl b/mioproxy.local.hcl
index a8d23ce8..7bc7d8f3 100644
--- a/mioproxy.local.hcl
+++ b/mioproxy.local.hcl
@@ -1,7 +1,7 @@
user = "ken"
server http {
- hosts = ["127.0.0.1", "::1"]
+ hosts = ["::1"]
port = 8000
proxy default {
diff --git a/mioproxy.prod.hcl b/mioproxy.prod.hcl
index fa471e4c..a3ad1691 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/nsfisis.dev.crt"