Skip to content
Snippets Groups Projects
Commit cccb71a4 authored by ale's avatar ale
Browse files

Disable WP-Super-Cache CDN

parent 9f807215
No related branches found
No related tags found
No related merge requests found
Pipeline #80099 passed
...@@ -12,7 +12,7 @@ $cache_max_time = 300; //in seconds ...@@ -12,7 +12,7 @@ $cache_max_time = 300; //in seconds
//$use_flock = true; // Set it true or false if you know what to use //$use_flock = true; // Set it true or false if you know what to use
$cache_path = WP_CONTENT_DIR . '/cache/'; $cache_path = WP_CONTENT_DIR . '/cache/';
$file_prefix = 'wp-cache-'; $file_prefix = 'wp-cache-';
$ossdlcdn = 1; $ossdlcdn = 0;
// Array of files that have 'wp-' but should still be cached // Array of files that have 'wp-' but should still be cached
$cache_acceptable_files = array( 'wp-comments-popup.php', 'wp-links-opml.php', 'wp-locations.php' ); $cache_acceptable_files = array( 'wp-comments-popup.php', 'wp-links-opml.php', 'wp-locations.php' );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment