bundles/nginx: add mjs to mime types
This commit is contained in:
parent
ffc9c1651c
commit
8d8f457468
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ events {
|
||||||
|
|
||||||
http {
|
http {
|
||||||
include /etc/nginx/mime.types;
|
include /etc/nginx/mime.types;
|
||||||
|
types {
|
||||||
|
application/javascript js mjs;
|
||||||
|
}
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
charset UTF-8;
|
charset UTF-8;
|
||||||
override_charset on;
|
override_charset on;
|
||||||
|
|
Loading…
Reference in a new issue