From 2d92c672e21fd0b8d3265cd24209b45921a40453 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Fri, 12 Apr 2024 13:46:19 -0400 Subject: [PATCH] Remove duplicate JS mimetype inclusions --- nginx/nginx.conf.template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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