all repos — homestead @ 9471d251af9235c776f1e11ba90f92aa79e76135

Code for my website

Fully disable HTTPS in Caddy

Alan Pearce
commit

9471d251af9235c776f1e11ba90f92aa79e76135

parent

a8af967578010ceefe506b63f88e4eaee5cdeb11

1 file changed, 4 insertions(+), 2 deletions(-)

jump to
M CaddyfileCaddyfile
@@ -1,13 +1,15 @@
{ admin off persist_config off - auto_https disable_redirects - acme_ca https://acme.zerossl.com/v2/DV90 + auto_https off import globals/* servers :80 { metrics protocols h1 h2c trusted_proxies static private_ranges + } + servers :9091 { + protocols h1 } }