10000 Made MIME type of .ico official one · tats-u/nginx@53464aa · GitHub
[go: up one dir, main page]

Skip to content

Commit 53464aa

Browse files
committed
Made MIME type of .ico official one
.cur support: nginx#139
1 parent 00637cc commit 53464aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/mime.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ types {
1919
image/png png;
2020
image/svg+xml svg svgz;
2121
image/tiff tif tiff;
22+
image/vnd.microsoft.icon ico;
2223
image/vnd.wap.wbmp wbmp;
2324
image/webp webp;
24-
image/x-icon ico;
2525
image/x-jng jng;
2626
image/x-ms-bmp bmp;
2727

0 commit comments

Comments
 (0)
0