mirror of
https://github.com/YunoHost-Apps/bookstack_ynh.git
synced 2024-09-03 18:16:02 +02:00
Fix
This commit is contained in:
parent
dc23e78c79
commit
29406a3957
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue