Skip to content

Instantly share code, notes, and snippets.

Created April 23, 2014 03:28
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 anonymous/3d9c638cf5943d2d3409 to your computer and use it in GitHub Desktop.
Save anonymous/3d9c638cf5943d2d3409 to your computer and use it in GitHub Desktop.
sudo adduser <username> www-data; sudo chgrp -R www-data /var/www; sudo chmod -R g+rw /var/www; find /var/www -type d -print0 | sudo xargs -0 chmod g+s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment