Add mjs to nextcloud nginx mime
This commit is contained in:
parent
b47e006c9c
commit
4b738fe19b
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ events {
|
|||
|
||||
http {
|
||||
include /etc/nginx/mime.types;
|
||||
types
|
||||
{
|
||||
application/javascript mjs;
|
||||
}
|
||||
default_type application/octet-stream;
|
||||
|
||||
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue