summaryrefslogtreecommitdiffhomepage
path: root/mioproxy.prod.hcl
diff options
context:
space:
mode:
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 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"