diff --git a/mastodon-container.nix b/mastodon-container.nix index 3edd8ac..40db12a 100644 --- a/mastodon-container.nix +++ b/mastodon-container.nix @@ -142,7 +142,7 @@ in { enableACME = true; forceSSL = true; locations."/" = { - proxyPass = "http://127.0.0.1::${toString cfg.port}/"; + proxyPass = "http://127.0.0.1:${toString cfg.port}/"; proxyWebsockets = true; recommendedProxySettings = true; };