1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yeswiki_ynh.git synced 2024-09-03 18:05:56 +02:00

fix(nginx): add mjs mime type

This commit is contained in:
Florian Schmitt 2024-04-17 16:18:37 +03:00
parent a1d778e138
commit 6ec8193b83

View file

@ -1,3 +1,9 @@
# Add .mjs as a file extension for javascript
include mime.types;
types {
text/javascript js mjs;
}
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ { location __PATH__/ {