Browse Source

W3 Total Cahe Path

old-stable
Mitesh Shah 12 years ago
parent
commit
fdc6e369c6
  1. 3
      conf/nginx/singlesite/w3-total-cache.conf

3
conf/nginx/singlesite/w3-total-cache.conf

@ -29,7 +29,8 @@ server {
# Use cached or actual file if they exists, otherwise pass request to WordPress
location / {
try_files /wp-content/w3tc/pgcache/$cache_uri/_index.html $uri $uri/ /index.php?$args;
#try_files /wp-content/w3tc/pgcache/$cache_uri/_index.html $uri $uri/ /index.php?$args;
try_files /wp-content/cache/page_enhanced/$http_host/_index.html $uri $uri/ /index.php?$args;
}
location = /favicon.ico { log_not_found off; access_log off; }

Loading…
Cancel
Save