Skip to content

Instantly share code, notes, and snippets.

@code26
Created January 8, 2016 04:45
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 code26/149e98ee20d1b68164bf to your computer and use it in GitHub Desktop.
Save code26/149e98ee20d1b68164bf to your computer and use it in GitHub Desktop.
Grant permission to user
sudo usermod -aG www-data username
sudo chown -R www-data:www-data /var/www/example.com/public_html
sudo chmod -R 770 /var/www/example.com/public_html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment