diff --git a/nginx/nginx.conf.template b/nginx/nginx.conf.template index 619c537..49eea01 100644 --- a/nginx/nginx.conf.template +++ b/nginx/nginx.conf.template @@ -71,10 +71,10 @@ http { # and include that list explicitly or add the file extension # only for Nextcloud like below: include mime.types; - types { - text/javascript js mjs; - application/wasm wasm; - } + #types { + # text/javascript js mjs; + # application/wasm wasm; + #} # Specify how to handle directories -- specifying `/index.php$request_uri` # here as the fallback means that Nginx always exhibits the desired behaviour