about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-07-08 19:04:54 +0200
committerAlan Pearce2023-07-08 19:12:47 +0200
commit099c92b74c4f24dfc85ff757b6e284e17eaf8d6d (patch)
treed202e86424b5b04a4c027ee58e5a0dae052778ab
parent12ca100843a334c56f5b13d876ceab4ac561fa47 (diff)
downloadwebsite-099c92b74c4f24dfc85ff757b6e284e17eaf8d6d.tar.lz
website-099c92b74c4f24dfc85ff757b6e284e17eaf8d6d.tar.zst
website-099c92b74c4f24dfc85ff757b6e284e17eaf8d6d.zip
Fully disable HTTPS in Caddy
-rw-r--r--Caddyfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Caddyfile b/Caddyfile
index df0cecc..27daf12 100644
--- a/Caddyfile
+++ b/Caddyfile
@@ -1,14 +1,16 @@
 {
 	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
+	}
 }
 
 :9091 {