From 8f7c54cb0fa149664d7c9499c3906a70dc919324 Mon Sep 17 00:00:00 2001 From: noe Date: Fri, 29 Dec 2023 21:59:53 -0500 Subject: [PATCH] ingress-proxy: fix --- nixos/hosts/ingress-proxy/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 8c99e68..4f62419 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -48,10 +48,11 @@ in { merge_slashes off; ''; }; - + # Generic store for /.well-known/ paths. "well-known.sapphic.engineer" = { - forceSSL = true; + serverAliases = [ "sapphic.engineer" ]; + forceSSL = false; enableACME = true; locations."=/.well-known/matrix/server" = let