mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-02-19 23:03:50 +08:00
Prefer application/javascript
This commit is contained in:
parent
794f71483a
commit
37eb7522e1
@ -143,11 +143,11 @@ server {
|
||||
default_type application/wasm;
|
||||
}
|
||||
location ~ \.js$ {
|
||||
default_type text/javascript;
|
||||
default_type application/javascript;
|
||||
}
|
||||
|
||||
location ~ \.mjs$ {
|
||||
default_type text/javascript;
|
||||
default_type application/javascript;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user