diff --git a/hosts/cube/matrix-synapse.nix b/hosts/cube/matrix-synapse.nix index 9b6ab07..6783132 100644 --- a/hosts/cube/matrix-synapse.nix +++ b/hosts/cube/matrix-synapse.nix @@ -93,8 +93,8 @@ in serverSystemConfiguration { forceSSL = true; useACMEHost = domain; - locations."/".proxyPass = "http://[::]${toString config.services.site.port}/404"; - locations."/assets".proxyPass = "http://[::]${toString config.services.site.port}/assets"; + locations."/".proxyPass = "http://[::]:${toString config.services.site.port}/404"; + locations."/assets".proxyPass = "http://[::]:${toString config.services.site.port}/assets"; locations."= /.well-known/matrix/client".extraConfig = wellKnownResponse clientConfig; locations."= /.well-known/matrix/server".extraConfig = wellKnownResponse serverConfig;