Browse Source

W3 Total Cahe Path

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

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

@ -30,7 +30,7 @@ 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/cache/page_enhanced/$http_host/_index.html $uri $uri/ /index.php?$args;
try_files /wp-content/cache/page_enhanced/$http_host/$cache_uri/_index.html $uri $uri/ /index.php?$args;
}
location = /favicon.ico { log_not_found off; access_log off; }

Loading…
Cancel
Save