我的Plesk 12使用Apache + nginx。现在我使用webp,这些不是由nginx提供的,而是Apache。
如何将webp添加到nginx的文件类型列表中?
/etc/nginx/mime.types
在其图像块中有webp:
types {
image/png png;
image/tiff tif tiff;
image/vnd.wap.wbmp wbmp;
image/x-icon ico;
image/x-jng jng;
image/x-ms-bmp bmp;
image/svg+xml svg svgz;
image/webp webp;
}
编辑:在我的Apache设置中通过重写规则jpg> webp进行webp服务。