fix: radar mime-type in chrome
This commit is contained in:
parent
5414b1f5bc
commit
dc13140cc4
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@ server {
|
|||
listen 8080;
|
||||
server_name localhost;
|
||||
include mime.types;
|
||||
types {
|
||||
text/javascript mjs;
|
||||
}
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue