diff options
| author | Andrei Belov <defan@nginx.com> | 2020-10-08 19:19:31 +0300 |
|---|---|---|
| committer | Andrei Belov <defan@nginx.com> | 2020-10-08 19:19:31 +0300 |
| commit | d586ac9fdc4a86c142b06a75dde4cdacad5b52f6 (patch) | |
| tree | 9817282396f9d2cf5333050e4b5bf807d3617e40 /src/nxt_http_static.c | |
| parent | 9be35d9b7418c041e5177f273c20f0fd2d3f00ad (diff) | |
| parent | ad516735a65fe109773b60e26214a071411f1734 (diff) | |
| download | unit-1.20.0-1.tar.gz unit-1.20.0-1.tar.bz2 | |
Merged with the default branch.1.20.0-1
Diffstat (limited to 'src/nxt_http_static.c')
| -rw-r--r-- | src/nxt_http_static.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/nxt_http_static.c b/src/nxt_http_static.c index ee18be1b..5687ef2c 100644 --- a/src/nxt_http_static.c +++ b/src/nxt_http_static.c @@ -470,14 +470,17 @@ nxt_http_static_mtypes_init(nxt_mp_t *mp, nxt_lvlhsh_t *hash) { nxt_string("text/css"), ".css" }, { nxt_string("image/svg+xml"), ".svg" }, - { nxt_string("image/svg+xml"), ".svg" }, { nxt_string("image/webp"), ".webp" }, { nxt_string("image/png"), ".png" }, + { nxt_string("image/apng"), ".apng" }, { nxt_string("image/jpeg"), ".jpeg" }, { nxt_string("image/jpeg"), ".jpg" }, { nxt_string("image/gif"), ".gif" }, { nxt_string("image/x-icon"), ".ico" }, + { nxt_string("image/avif"), ".avif" }, + { nxt_string("image/avif-sequence"), ".avifs" }, + { nxt_string("font/woff"), ".woff" }, { nxt_string("font/woff2"), ".woff2" }, { nxt_string("font/otf"), ".otf" }, |
