@ -35,7 +35,7 @@ server {
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 $uri/ /index.php?$args;
@ -53,6 +53,10 @@ server {
location ~ \.php$ {
try_files $uri =404;
include fastcgi_params;
@ -41,6 +41,10 @@ server {