From c482b3586f415c7c806c06262c86a126304edb48 Mon Sep 17 00:00:00 2001 From: Philip Peterson <1326208+philip-peterson@users.noreply.github.com> Date: Tue, 24 Dec 2024 07:09:36 -0500 Subject: [PATCH] wip --- nixos/Caddyfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/Caddyfile b/nixos/Caddyfile index 6ec74d3..047480e 100644 --- a/nixos/Caddyfile +++ b/nixos/Caddyfile @@ -1,3 +1,7 @@ +{ + auto_https off +} + mainframe.philippeterson.com:9482 { respond "Hello, world!" }