From f5478c10dafc5f5e205ea5be68b46a4ec2f539bc Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 31 Jan 2024 12:13:44 +0100 Subject: [PATCH] Fix nginx advenced config issue --- docs/example-advanced.nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/example-advanced.nginx.conf b/docs/example-advanced.nginx.conf index 557c74c3e..f2b32e959 100644 --- a/docs/example-advanced.nginx.conf +++ b/docs/example-advanced.nginx.conf @@ -14,6 +14,8 @@ server { # Let's Encrypt webroot include letsencrypt-webroot; + # Include mime.types to be able to support .mjs files (see "types" below) + include mime.types; # CryptPad serves static assets over these two domains. # `main_domain` is what users will enter in their address bar.