diff --git a/README.md b/README.md index 43cabac..decb6ea 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Fab-manager is the Fab Lab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks, and document your marker's projects. - **Shipped version:** 5.5.8~ynh1 **Demo:** https://www.fab-manager.com/fr/demo diff --git a/README_fr.md b/README_fr.md index cb25674..01c9a60 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,6 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Fab-manager is the Fab Lab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks, and document your marker's projects. - **Version incluse :** 5.5.8~ynh1 **Démo :** https://www.fab-manager.com/fr/demo diff --git a/conf/nginx.conf b/conf/nginx.conf index 6ed598f..63e23ca 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,7 +5,7 @@ location __PATH__/ { alias __FINALPATH__/; # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file - #client_max_body_size 50M; + client_max_body_size 53M; try_files $uri/index.html $uri @puma;