mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-02-19 23:03:50 +08:00
Use text/javascript as per rfc9239
This commit is contained in:
parent
1dc7711ecb
commit
ca1ef7f8aa
@ -144,11 +144,11 @@ server {
|
||||
}
|
||||
|
||||
location ~ \.js$ {
|
||||
default_type application/javascript;
|
||||
default_type text/javascript;
|
||||
}
|
||||
|
||||
location ~ \.mjs$ {
|
||||
default_type application/javascript;
|
||||
default_type text/javascript;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user