Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
This is most likely a permissions problem. Is there any specific reason why you need to run the php-fpm process and the webserver as different users?
@Andrew SB, just for security reasons. The nginx user runs as www-data and php-fpm pool runs as site1. <br> <br>$ groups www-data <br>www-data : www-data site1 <br> <br>$ stat /srv/site1 <br> File: `/srv/site1’ <br> Size: 4096 Blocks: 8 IO Block: 4096 directory <br>Device: 61h/97d Inode: 8133983 Links: 16 <br>Access: (0750/drwxr-x—) Uid: ( 1003/site1) Gid: ( 1003/site1) <br>Access: 2014-04-23 21:16:04.673336309 +0800 <br>Modify: 2014-04-18 09:33:21.787473326 +0800 <br>Change: 2014-04-23 21:13:32.870982041 +0800 <br> Birth: -