From: Lu Weitao luweitaobe@163.com
[Why] Haven't define images relationship in mime.types
Signed-off-by: Lu Weitao luweitaobe@163.com --- container/srv-http/root/etc/nginx/mime.types | 11 +++++++++++ 1 file changed, 11 insertions(+)
diff --git a/container/srv-http/root/etc/nginx/mime.types b/container/srv-http/root/etc/nginx/mime.types index a4ee74b..a8f7b0c 100644 --- a/container/srv-http/root/etc/nginx/mime.types +++ b/container/srv-http/root/etc/nginx/mime.types @@ -6,6 +6,17 @@ types { text/yaml yaml; text/plain txt time data sh log;
+ image/gif gif; + image/jpeg jpeg jpg; + image/png png; + image/svg+xml svg svgz; + image/tiff tif tiff; + image/vnd.wap.wbmp wbmp; + image/webp webp; + image/x-icon ico; + image/x-jng jng; + image/x-ms-bmp bmp; + application/json json; application/x-gzip gz tgz cgz; }