Skip to content
Snippets Groups Projects

apps: Increase PHP post and upload limit to 100M. See #6381

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -17,4 +17,7 @@ pm.max_spare_servers = 5
chdir = /
; php_admin_value[open_basedir] = /var/www/apps:/srv/www/apps:/usr/share
php_admin_flag[magic_quotes_gpc] = off
\ No newline at end of file
php_admin_flag[magic_quotes_gpc] = off
php_admin_value[post_max_size] = 100M
php_admin_value[upload_max_filesize] = 100M
Loading