Plesk 12:为nginx添加新文件类型

时间:2016-04-28 23:11:28

标签: nginx plesk

我的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服务。

0 个答案:

没有答案