Update php ini file on Elastic Beanstalk

0

Hello, i deployed REDCap with the cloudformation template from Vanderbilt University [https://github.com/vanderbilt-redcap/redcap-aws-cloudformation]. Issue i have is not able to upload file exceed more than 2M. i have to update the php.ini file so to increase some paramters like max_execution_time, max_file_uploads,max_file_size etc ..... i tried to dowload the zip file of the version of the application and then in the .ebxtensions directory add a config file but every time i re-deployed this my beanstalk crashed and revert back to the old version. Below is my custom config file files: "/etc/php.d/project.ini" : mode: "000644" owner: root group: root content: | upload_max_filesize=64M post_max_size=64M

Is there any step i missed ? Thanks

답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠