mirror of
https://github.com/YunoHost-Apps/yeswiki_ynh.git
synced 2024-09-03 18:05:56 +02:00
fix(nginx): only mjs needs mimetype
This commit is contained in:
parent
6ec8193b83
commit
a63a3f70cf
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Add .mjs as a file extension for javascript
|
||||
include mime.types;
|
||||
types {
|
||||
text/javascript js mjs;
|
||||
text/javascript mjs;
|
||||
}
|
||||
|
||||
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
||||
|
|
Loading…
Reference in a new issue