Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Trouble with browser caching!!!

$
0
0

Replies: 0

Thanks for the best plugin with the hummingbird, it is very fit the website beginner just like me.

I am troubling with the browser caching for a long time.

I have changed the profile of the website with the instructions, and restart NGINX. But it is still not working well with orange color.

location ~* \.(txt|xml|js)$ {
expires 1y;
}

location ~* \.(css)$ {
expires 1y;
}

location ~* \.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf|woff|svg)$ {
expires 1y;
}

location ~* \.(jpg|jpeg|png|gif|swf|webp)$ {
expires 1y;
}
pics

So could you help me fix it? thks.


Viewing all articles
Browse latest Browse all 59525

Trending Articles