Set the perfect permissions for WordPress:
cd /path/to/wp/webroot; find . -type d -print0|xargs -0 chmod 755; find . -type f -print0|xargs -0 chmod 644; chown nginx:nginx * -R
*Update nginx:nginx to your web daemon user and group
Set the perfect permissions for WordPress:
cd /path/to/wp/webroot; find . -type d -print0|xargs -0 chmod 755; find . -type f -print0|xargs -0 chmod 644; chown nginx:nginx * -R
*Update nginx:nginx to your web daemon user and group
Leave a Comment