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