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 {
|
||||
include /etc/nginx/mime.types;
|
||||
types {
|
||||
application/javascript js mjs;
|
||||
}
|
||||
default_type application/octet-stream;
|
||||
charset UTF-8;
|
||||
override_charset on;
|
||||
|
|
Loading…
Reference in a new issue