Skip to content

Commit

Permalink
Removed the duplicate extension "js" warning from the NGINX configura…
Browse files Browse the repository at this point in the history
…tion. Fixed #1

Signed-off-by: Adriano Cataluddi <acataluddi@gmail.com>
  • Loading branch information
Adriano Cataluddi authored and acataluddi committed Apr 28, 2024
1 parent e0876a4 commit 4e21c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin_manual/installation/nginx-root.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ server {
# only for Nextcloud like below:
include mime.types;
types {
text/javascript js mjs;
text/javascript mjs;
application/wasm wasm;
}

Expand Down
2 changes: 1 addition & 1 deletion admin_manual/installation/nginx-subdir.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ server {
# only for Nextcloud like below:
include mime.types;
types {
text/javascript js mjs;
text/javascript mjs;
application/wasm wasm;
}

Expand Down

0 comments on commit 4e21c5e

Please sign in to comment.