Files Not Loading From CDN
-
I have files in my Custom File List like this. They are then sent to the S3 bucket via the Custom File Export.
{plugins_dir}/learndash-course-grid/*.js
However when my page loads it does not load them from the CDN (https://cdn.mywebsite.com) but directly from my site
<script src="https://mywebsite.com/wp-content/plugins/learndash-course-grid/assets/js/script.js?ver=1.6.0" id="learndash_course_grid_js-js"></script>
What needs to happen for these files to be loaded from the CDN instead of directly from my site? I should also say I’m using nginx.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Files Not Loading From CDN’ is closed to new replies.