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:
commit
41ce555187
3 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue