Removed the duplicate extension "js" warning from the NGINX configuration. Fixed #1

Signed-off-by: Adriano Cataluddi <acataluddi@gmail.com>
This commit is contained in:
Adriano Cataluddi
2023-05-21 17:45:29 +02:00
committed by Ferdinand Thiessen
parent e0876a4536
commit 04212e19ca
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ server {
# only for Nextcloud like below:
include mime.types;
types {
text/javascript js mjs;
text/javascript mjs;
application/wasm wasm;
}

View File

@@ -45,7 +45,7 @@ server {
# only for Nextcloud like below:
include mime.types;
types {
text/javascript js mjs;
text/javascript mjs;
application/wasm wasm;
}