diff --git a/README.md b/README.md index e50de1f..1d659b9 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ However, with a YesWiki we can build a website with multiple uses: - Cultivate a bit of freedom... -**Shipped version:** 4.4.4~ynh1 +**Shipped version:** 4.4.4~ynh2 **Demo:** diff --git a/README_eu.md b/README_eu.md index e67132a..61d263a 100644 --- a/README_eu.md +++ b/README_eu.md @@ -26,7 +26,7 @@ However, with a YesWiki we can build a website with multiple uses: - Cultivate a bit of freedom... -**Paketatutako bertsioa:** 4.4.4~ynh1 +**Paketatutako bertsioa:** 4.4.4~ynh2 **Demoa:** diff --git a/README_fr.md b/README_fr.md index e5f673f..fb55fe4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,7 @@ Néanmoins, avec un YesWiki on peut fabriquer un site internet aux usages multip - Cultiver un bout de liberté... -**Version incluse :** 4.4.4~ynh1 +**Version incluse :** 4.4.4~ynh2 **Démo :** diff --git a/README_gl.md b/README_gl.md index 06e0183..65d0330 100644 --- a/README_gl.md +++ b/README_gl.md @@ -26,7 +26,7 @@ However, with a YesWiki we can build a website with multiple uses: - Cultivate a bit of freedom... -**Versión proporcionada:** 4.4.4~ynh1 +**Versión proporcionada:** 4.4.4~ynh2 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 9585a2d..b3de7ef 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -26,7 +26,7 @@ However, with a YesWiki we can build a website with multiple uses: - Cultivate a bit of freedom... -**分发版本:** 4.4.4~ynh1 +**分发版本:** 4.4.4~ynh2 **演示:** diff --git a/conf/nginx.conf b/conf/nginx.conf index dcb3639..3e8d95a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,3 +1,9 @@ +# Add .mjs as a file extension for javascript +include mime.types; +types { + text/javascript mjs; +} + #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__/ { diff --git a/manifest.toml b/manifest.toml index 648740d..cc199f9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "YesWiki" description.en = "Wiki that is quick and easy to use" description.fr = "Wiki facile et rapide à prendre en main" -version = "4.4.4~ynh1" +version = "4.4.4~ynh2" maintainers = ["Florian Schmitt", "Nils Van Zuijlen", "Plumf"] @@ -22,8 +22,8 @@ architectures = "all" multi_instance = true ldap = true sso = false -disk = "50M" -ram.build = "50M" +disk = "100M" +ram.build = "200M" ram.runtime = "50M" [install]