Remove duplicate JS mimetype inclusions

This commit is contained in:
Ethan Paul 2024-04-12 13:46:19 -04:00
parent abea6087e5
commit 2d92c672e2
Signed by: enpaul
GPG Key ID: 9B6D99E4CFA31867

View File

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