mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-06-03 09:57:35 +00:00
Prefer application/javascript
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user