increase max upload size in .htaccess

it seems host changes removed the system wide higher post/upload
sizes. put them in htaccess now
This commit is contained in:
Carsten Haitzler 2018-03-11 18:46:17 +09:00
parent fd7863090f
commit efec8082aa
1 changed files with 2 additions and 0 deletions

View File

@ -82,3 +82,5 @@ AddType video/mp4 mp4
php_flag session.use_cookies on
php_value post_max_size 32M
php_value upload_max_filesize 32M