Skip to content

Commit c6e7cbd

Browse files
Adriano Cataluddisusnux
authored andcommitted
Removed the duplicate extension "js" warning from the NGINX configuration. Fixed #1
1 parent a16d654 commit c6e7cbd

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
@@ -86,7 +86,7 @@ server {
8686
# only for Nextcloud like below:
8787
include mime.types;
8888
types {
89-
text/javascript js mjs;
89+
text/javascript mjs;
9090
}
9191

9292
# Specify how to handle directories -- specifying `/index.php$request_uri`

admin_manual/installation/nginx-subdir.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ server {
5353
# only for Nextcloud like below:
5454
include mime.types;
5555
types {
56-
text/javascript js mjs;
56+
text/javascript mjs;
5757
}
5858

5959
location = /robots.txt {

0 commit comments

Comments
 (0)