1
0
Fork 0
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:
Dorian S 2022-11-29 18:25:15 +01:00 committed by GitHub
parent 8393c7adac
commit 653c7cd342
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;