Increase upload size limit to 100M

This commit is contained in:
Daniel Berteaud 2013-06-12 11:12:54 +02:00
parent eaaef8d605
commit 30950830c4
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ $OUT .=<<"END";
AddType application/x-httpd-php .php .php3
php_admin_value openbase_dir /usr/share/phpMyAdmin:/etc/phpMyAdmin:/var/lib/phpMyAdmin
php_admin_value session.save_path /var/lib/phpMyAdmin/tmp
php_admin_value post_max_size 100M
php_admin_value upload_max_filesize 100M
</Directory>
<Directory /usr/share/phpMyAdmin/setup/>