Skip to content

Instantly share code, notes, and snippets.

@hasibomi
Last active October 2, 2018 11:39
Show Gist options
  • Save hasibomi/d5b3c045809141270d8d435609c4f841 to your computer and use it in GitHub Desktop.
Save hasibomi/d5b3c045809141270d8d435609c4f841 to your computer and use it in GitHub Desktop.
Wordpress permission for bitnami
  • sudo chown -R bitnami:daemon /opt/bitnami/apache2/htdocs/<wp-installation>
  • sudo find /opt/bitnami/apache2/htdocs/<wp-installation> -type f -exec chmod 664 {} \;
  • sudo find /opt/bitnami/apache2/htdocs/<wp-installation> -type d -exec chmod 775 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment