Skip to content

Instantly share code, notes, and snippets.

@ambercouch
Last active November 20, 2020 06:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ambercouch/42c632430ecdab72b82bcbdd130b7367 to your computer and use it in GitHub Desktop.
Save ambercouch/42c632430ecdab72b82bcbdd130b7367 to your computer and use it in GitHub Desktop.
sudo chown -R bitnami:daemon public
sudo find public -type d -exec chmod 775 {} \;
sudo find public -type f -exec chmod 664 {} \;
sudo chmod 640 public/wp-config.php
@ambercouch
Copy link
Author

public is the wordpress root folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment