diff --git a/nix/infra/nginx.nix b/nix/infra/nginx.nix index 56c2078..686b0b4 100644 --- a/nix/infra/nginx.nix +++ b/nix/infra/nginx.nix @@ -15,7 +15,7 @@ "clan-war.net" = { enableACME = true; forceSSL = true; - locations."/".root = "${self.legacyPackages.${config.nixpkgs.hostPlatform.system}.web.override { withBackendUrl = "api.clan-war.net";}}/"; + locations."/".root = "${self.legacyPackages.${config.nixpkgs.hostPlatform.system}.web.override { withBackendUrl = "https://api.clan-war.net/api/v1";}}/"; }; "api.clan-war.net" = { forceSSL = true;