From bb3b7efd3e79b48655f48156276d712ffb783c1a Mon Sep 17 00:00:00 2001 From: Jo Date: Tue, 8 Oct 2024 21:03:44 +0000 Subject: [PATCH] Fix URL normalisation --- services/matrix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/matrix.nix b/services/matrix.nix index 15476cb..16732b7 100644 --- a/services/matrix.nix +++ b/services/matrix.nix @@ -1,10 +1,10 @@ -{ +]{ # Reqeusts SSL and adds the site to nginx services.nginx.virtualHosts."matrix.nederland.gay" = { forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://192.168.178.243/"; + proxyPass = "http://192.168.178.243"; proxyWebsockets = true; # needed if you need to use WebSocket extraConfig = # required when the target is also TLS server with multiple hosts