문제

I have a PHP application which goes RED while deployment to Elstic BeanStalk. I simply zip my app folder and upload it. Do I need to check/change anything over here.

I urgently need this app to be working. Would really appreciate if any one could look into it or provide me some pointers to solve the issue.

Thanks

도움이 되었습니까?

해결책

If it's the latter, it should work just fine because the contents of the zip will simply unpack in the document root.

If it's the former, and the entire directory is unpacking in the document root, you'll need to update your document_root setting in the console to point to the name of the directory.

thanks Hope this might solve your probs.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top