在 nginx 服务器上,我有配置
location ~* \.(gif|jpg|jpeg|png|ico|wmv|3gp|avi|mpg|mpeg|mp4|flv|mp3|mid|js|css|html|htm|wml)$ {
root /var/www/cache;
expires 365d;
}
我检查了文件夹 /var/www/cache 但没有找到任何图像。
Nginx server: 1 cpu 1gb ram
Apache server : 2 cpu 2gb ram