mirror of
https://github.com/YunoHost-Apps/fab-manager_ynh.git
synced 2024-09-03 18:36:16 +02:00
Add client_max_body_size
Update the `client_max_body_size` as we need to authorize users to uploads files likes Pictures, CAO files, 3D modèles, etc. Set as the default `max_import_size` variable from the [Rails App secrets config](https://github.com/YunoHost-Apps/fab-manager_ynh/blob/master/conf/secrets.yml#L38).
This commit is contained in:
parent
8393c7adac
commit
653c7cd342
1 changed files with 1 additions and 1 deletions
|
@ -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