MonocleFox
New member
- Joined
- Aug 2, 2013
- Messages
- 4
I'm sure I must be doing something wrong here as I can't find anyone with a similar issue. I am using php 5.5 configured to use php-fpm. However I notice when new files are created (e.g. via Wordpress media upload) the file receives the permission 600. However, this can't be displayed and results in 403 forbidden errors when attempting to view the image. Is there any reason this might be happening and what is the best way to prevent it? I looked into various umask options but could never get them to work correctly and I mostly just want new files created with the permissions 644 so that they don't keep turning up 403 errors after upload.