mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 12:22:41 +08:00
MIME: fix .js MIME type
application/javascript is obsolete per RFC 9239
This commit is contained in:
parent
f3542500b6
commit
2cf5c8b50b
@ -5,7 +5,7 @@ types {
|
||||
text/xml xml;
|
||||
image/gif gif;
|
||||
image/jpeg jpeg jpg;
|
||||
application/javascript js;
|
||||
text/javascript js;
|
||||
application/atom+xml atom;
|
||||
application/rss+xml rss;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user