RFC 9239 obsoletes application/javascript
This commit is contained in:
parent
a624415686
commit
6541335b8c
@ -2,10 +2,10 @@
|
|||||||
types {
|
types {
|
||||||
text/html html htm shtml;
|
text/html html htm shtml;
|
||||||
text/css css;
|
text/css css;
|
||||||
|
text/javascript js mjs;
|
||||||
text/xml xml;
|
text/xml xml;
|
||||||
image/gif gif;
|
image/gif gif;
|
||||||
image/jpeg jpeg jpg;
|
image/jpeg jpeg jpg;
|
||||||
application/javascript js mjs;
|
|
||||||
application/atom+xml atom;
|
application/atom+xml atom;
|
||||||
application/rss+xml rss;
|
application/rss+xml rss;
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ http {
|
|||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
|
||||||
charset utf-8;
|
charset utf-8;
|
||||||
charset_types text/css text/plain text/xml application/atom+xml application/javascript;
|
charset_types text/css text/javascript text/plain text/xml application/atom+xml;
|
||||||
|
|
||||||
sendfile on;
|
sendfile on;
|
||||||
sendfile_max_chunk 512k;
|
sendfile_max_chunk 512k;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user