From e33a25edb3207c5782d2ddb5b5ab47f0a7232d03 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 10 Feb 2025 10:14:00 +0100 Subject: dev: use plain-text connection for personal site --- system/settings/dev.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/settings') diff --git a/system/settings/dev.nix b/system/settings/dev.nix index e875029c..c0937ec0 100644 --- a/system/settings/dev.nix +++ b/system/settings/dev.nix @@ -32,7 +32,7 @@ ]; extraConfig = '' ${local_tls} - reverse_proxy https://alanpearce.localhost:8443 { + reverse_proxy http://alanpearce.localhost:8080 { transport http { dial_timeout 1s compression off -- cgit 1.4.1