20167 月25
Maven:下载慢的解决办法
C:\Windows\System32\drivers\etc\hosts
151.101.24.215 repo.maven.apache.org
location ~ \.(jpg|png|jpeg|gif)$ {
expires 30d;
root /data/www/wizzer.cn/;
}
location ~ \.(js|css)$ {
expires 2h;
root /data/www/wizzer.cn/;
}