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
1 changed files with 4 additions and 4 deletions

View File

@ -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