Skip to content

Commit 926c223

Browse files
committed
🚑Allow larger file uploads
1 parent 1431956 commit 926c223

File tree

1 file changed

+3
-1
lines changed
  • bookstack/rootfs/etc/php7/php-fpm.d

1 file changed

+3
-1
lines changed

bookstack/rootfs/etc/php7/php-fpm.d/www.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ pm.start_servers = 3
88
pm.min_spare_servers = 2
99
pm.max_spare_servers = 5
1010
pm.max_requests = 1024
11-
clear_env = no
11+
clear_env = no
12+
php_admin_value[post_max_size] = 64M
13+
php_admin_value[upload_max_filesize] = 64M

0 commit comments

Comments
 (0)