Skip to content

Commit d36741e

Browse files
committed
fix: change mimetype
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 0083b72 commit d36741e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ http {
9797
# only for Nextcloud like below:
9898
include mime.types;
9999
types {
100-
text/javascript js mjs;
100+
application/javascript js mjs;
101101
}
102102

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

0 commit comments

Comments
 (0)