Skip to content

Commit 98fd30c

Browse files
author
Till Brehm
committed
Merge branch '6381-increase-apps-php-upload-limit' into 'develop'
apps: Increase PHP post and upload limit to 100M. See #6381 Closes #6381 See merge request ispconfig/ispconfig3!1629
2 parents 295315f + cf3c881 commit 98fd30c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

server/conf/apps_php_fpm_pool.conf.master

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ pm.max_spare_servers = 5
1717
chdir = /
1818

1919
; php_admin_value[open_basedir] = /var/www/apps:/srv/www/apps:/usr/share
20-
php_admin_flag[magic_quotes_gpc] = off
20+
php_admin_flag[magic_quotes_gpc] = off
21+
22+
php_admin_value[post_max_size] = 100M
23+
php_admin_value[upload_max_filesize] = 100M

0 commit comments

Comments
 (0)