1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fab-manager_ynh.git synced 2024-09-03 18:36:16 +02:00

Merge pull request #40 from dsmrs/patch-1

Set client_max_body_size to 53Mb
This commit is contained in:
Éric Gaspar 2022-12-21 14:55:48 +01:00 committed by GitHub
commit 41ce555187
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View file

@ -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. 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 **Shipped version:** 5.5.8~ynh1
**Demo:** https://www.fab-manager.com/fr/demo **Demo:** https://www.fab-manager.com/fr/demo

View file

@ -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. 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 **Version incluse :** 5.5.8~ynh1
**Démo :** https://www.fab-manager.com/fr/demo **Démo :** https://www.fab-manager.com/fr/demo

View file

@ -5,7 +5,7 @@ location __PATH__/ {
alias __FINALPATH__/; alias __FINALPATH__/;
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file # 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; try_files $uri/index.html $uri @puma;