From b7acc4b5af0b10e48233ff650c3a6e9faa344451 Mon Sep 17 00:00:00 2001 From: noe Date: Fri, 29 Dec 2023 21:21:38 -0500 Subject: [PATCH] ingress-proxy: fix --- nixos/hosts/ingress-proxy/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index aa0c802..c116dc8 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -28,12 +28,12 @@ in { #forceSSL = true; #enableACME = true; - listen = [ - { addr = "0.0.0.0"; port = 443; ssl = true; } - { addr = "[::]"; port = 443; ssl = true; } - { addr = "0.0.0.0"; port = 8448; ssl = true; } - { addr = "[::]"; port = 8448; ssl = true; } - ]; + #listen = [ + # { addr = "0.0.0.0"; port = 443; ssl = true; } + # { addr = "[::]"; port = 443; ssl = true; } + # { addr = "0.0.0.0"; port = 8448; ssl = true; } + # { addr = "[::]"; port = 8448; ssl = true; } + #]; locations."/_matrix/" = { proxyPass = "http://mango"; @@ -51,8 +51,8 @@ in { # Generic store for /.well-known/ paths. "well-known.sapphic.engineer" = { - #forceSSL = true; - #enableACME = true; + forceSSL = true; + enableACME = true; locations."=/.well-known/matrix/server" = let alias = pkgs.writeText "well-known-matrix-server" (builtins.toJSON {