Skip to content

Commit 3a9375b

Browse files
authored
Merge pull request #10408 from acataluddi/issue-1
Removed the duplicate extension "js" warning from the NGINX configuration
2 parents e0876a4 + 04212e1 commit 3a9375b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

admin_manual/installation/nginx-root.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ server {
8484
# only for Nextcloud like below:
8585
include mime.types;
8686
types {
87-
text/javascript js mjs;
87+
text/javascript mjs;
8888
application/wasm wasm;
8989
}
9090

admin_manual/installation/nginx-subdir.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ server {
4545
# only for Nextcloud like below:
4646
include mime.types;
4747
types {
48-
text/javascript js mjs;
48+
text/javascript mjs;
4949
application/wasm wasm;
5050
}
5151

0 commit comments

Comments
 (0)