Wednesday, September 24, 2014

permissions - WordPress can't move files (Nginx, HHVM)

I have a WordPress setup using HHVM & NGINX on Ubuntu 14.04 that can't moves files when uploaded.



Nginx is running as www-data.



Files are all owned by deploy:deploy. Where www-data is a member of deploy & deploy is a member of www-data as well.




If files are set to 777 upload works as expected. 775 is giving an error. Leads me to believe it is a permissions error.



Any idea what I've done wrong setting up groups and users?

No comments:

Post a Comment