|
@ -35,7 +35,7 @@ server { |
|
|
try_files /wp-content/cache/page_enhanced/${host}${cache_uri}_index.html $uri $uri/ /index.php?$args; |
|
|
try_files /wp-content/cache/page_enhanced/${host}${cache_uri}_index.html $uri $uri/ /index.php?$args; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
location ~ ^/wp-content/cache/minify/[^/]+/(.*)$ { |
|
|
location ~ ^/wp-content/cache/minify/(.+\.(css|js))$ { |
|
|
try_files $uri /wp-content/plugins/w3-total-cache/pub/minify.php?file=$1; |
|
|
try_files $uri /wp-content/plugins/w3-total-cache/pub/minify.php?file=$1; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|