Trouble with browser caching!!!
-
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;
}
picsSo could you help me fix it? thks.
The page I need help with: [log in to see the link]
The topic ‘Trouble with browser caching!!!’ is closed to new replies.