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