使用阿里云cdn发现有个后缀名 tar.gz文件下载很慢,一直是回源并没有命中cdn,同域名下载其他文件下载速度正常。
nginx配置缓存
location / { index index.html index.htm index.php; expires max; }
阿里云CDN也配置文件过期时间
解决方法
vi /etc/mime.types
增加
application/x-gtar tar.gz tgz tar.bz2 tbz2 tbz
重启nginx
命中CDN
使用阿里云cdn发现有个后缀名 tar.gz文件下载很慢,一直是回源并没有命中cdn,同域名下载其他文件下载速度正常。
location / { index index.html index.htm index.php; expires max; }
vi /etc/mime.types
增加
application/x-gtar tar.gz tgz tar.bz2 tbz2 tbz
重启nginx
命中CDN