TIBHannover / wordpress-box

Wordpress automatisiert in einer virtuellen Box installieren
MIT License
0 stars 2 forks source link

Allow configuration of max file upload size #3

Open mirjan-hoffmann opened 6 months ago

mirjan-hoffmann commented 6 months ago

Currently only the default values are supported. Should be configurable via ansible variables.

Could be implemented via .htaccess file in wp-root like

php_value upload_max_filesize 256M
php_value post_max_size 256M
php_value max_execution_time 300
php_value max_input_time 300