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