From c10916285683ff22291a7ac0d7e0ee1a6864498c Mon Sep 17 00:00:00 2001 From: noe Date: Fri, 29 Dec 2023 22:01:39 -0500 Subject: [PATCH] ingress-proxy: fix --- nixos/hosts/ingress-proxy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 4f62419..60f6da0 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -51,7 +51,7 @@ in { # Generic store for /.well-known/ paths. "well-known.sapphic.engineer" = { - serverAliases = [ "sapphic.engineer" ]; + #serverAliases = [ "sapphic.engineer" ]; forceSSL = false; enableACME = true;