https://github.com/nodebb/nodebb-plugin-cdn
https://github.com/nodebb/nodebb-plugin-cdn
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nodebb/nodebb-plugin-cdn
- Owner: NodeBB
- Created: 2017-01-20T03:36:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T18:35:56.000Z (over 2 years ago)
- Last Synced: 2025-08-03T12:51:32.049Z (7 months ago)
- Language: JavaScript
- Size: 95.7 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
nodebb-plugin-cdn
====
This plugin allows you to automatically redirect requests to a CDN. It has been tested with AWS Cloudfront, but other services will likely also work.
There are setup instructions for AWS Cloudfront [here](docs/cloudfront.md). If you want to get the absolute best performance, you'll want to use nginx to handle redirects as described [here](docs/nginx.md).
Make sure, prior to setup, that your nginx config does not have any `location` directives which apply to `/plugins` or `/assets`.