Akamai Integration
This tutorial was contributed by Ramsharan Gorur Jayaraman and Nandakishore Prakash Rao
Quintype supports multiple content delivery networks. The favoured partner of Quintype is Cloudflare. If you have create a project of malibu, the cloudflare integration is supported by default.
Configuring the cache purges on Quintype APIs using Akamai
Please configure the Quintype APIs to point to akamai. You can contact support support@quintype.com to get this done.
Adding Akamai to your project through app/server/app.js
You can activate akamai by passing the cdnProvider
property to the isomorphicRoutes
function call. A sample function call would look like:
isomorphicRoutes(app, {
...
cdnProvider: 'akamai',
});
You may now proceed back to the list of Tutorials.