Open mirjan-hoffmann opened 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
.htaccess
php_value upload_max_filesize 256M php_value post_max_size 256M php_value max_execution_time 300 php_value max_input_time 300
Currently only the default values are supported. Should be configurable via ansible variables.
Could be implemented via
.htaccess
file in wp-root like