mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
MIME: use "application/javascript" for .js files.
Though there are several MIME types commonly used for JavaScript nowadays, the most common being "text/javascript", "application/javascript", and currently used by nginx "application/x-javascript", RFC 4329 prefers "application/javascript". The "charset_types" directive's default value was adjusted accordingly.
This commit is contained in:
@@ -5,7 +5,7 @@ types {
|
||||
text/xml xml;
|
||||
image/gif gif;
|
||||
image/jpeg jpeg jpg;
|
||||
application/x-javascript js;
|
||||
application/javascript js;
|
||||
application/atom+xml atom;
|
||||
application/rss+xml rss;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user