Remove duplicate JS mimetype inclusions
This commit is contained in:
parent
abea6087e5
commit
2d92c672e2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user