Changing PHP's post_max_size and upload_max_filesize with Ansible
2
votes
2
answers
2380
views
Is there a way to change the two famous PHP variables
post_max_size
and upload_max_filesize
in php.ini
in a version-agnostic way with Ansible?
I didn't find any literature covering this and it seems wired to me because no company, let alone mega company will allow just the default 2M
limit value of these two variables (which is prevalent since PHP was born, I think).
Asked by user149572
Dec 16, 2018, 09:33 AM
Last activity: Mar 15, 2024, 04:36 PM
Last activity: Mar 15, 2024, 04:36 PM