在nginx的配置文件中加上

 location ~ \.(jpg|png|jpeg|bmp|gif|swf|css)$
        {
            access_log off;
            expires 30d;
            root /www/htdocs/market;
            break;
        }

 

相关文章: