1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00
This commit is contained in:
Éric Gaspar 2023-01-23 22:27:05 +01:00
parent dc23e78c79
commit 29406a3957
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
; Additional php.ini defines, specific to this pool of workers.
php_admin_value[upload_max_filesize] = 100M
php_admin_value[upload_max_filesize] = 256M
php_admin_value[memory_limit] = 256M
php_admin_value[post_max_size] = 100M
php_admin_value[post_max_size] = 256M

View file

@ -4,7 +4,7 @@ location __PATH__/ {
# Path to source
alias __FINALPATH__/public/;
client_max_body_size 100m;
client_max_body_size 256M;
client_body_timeout 120s; # Default is 60, May need to be increased for very large uploads
index index.php;