|
|
@ -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; } |
|
|
|