From 4b738fe19b9bb89090b2f46ae2dd329c56178cd3 Mon Sep 17 00:00:00 2001 From: Hattshire Date: Thu, 7 Mar 2024 22:42:03 +0000 Subject: [PATCH] Add mjs to nextcloud nginx mime --- images/ngx/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/images/ngx/nginx.conf b/images/ngx/nginx.conf index e2c2fdc..cc32c61 100644 --- a/images/ngx/nginx.conf +++ b/images/ngx/nginx.conf @@ -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" '