I am running a fairly standard, non-EBS-enabled PHP application server on OpsWorks. It hosts a site created using the Expression Engine, and has only one user chef recipe that sets write permissions for PHP to the directories needed to write to EE.
I use reverse image processing anyway, so I would like the client to be able to download JPG directly from the camera, as well as short video files. This is the default limitation of php.ini upload_max_filesize and post_max_size 2 MB.
I redefined them in .htaccess, but I get the impression that this is not a first class solution. I would prefer to specify them in a custom JSON chef or, if necessary, in a chef's recipe.
Is it possible?
source
share