Skip to content

Instantly share code, notes, and snippets.

@vaporic
Created September 21, 2016 14:51
Show Gist options
  • Save vaporic/e253a0122c23143189c4dd5594fd70f2 to your computer and use it in GitHub Desktop.
Save vaporic/e253a0122c23143189c4dd5594fd70f2 to your computer and use it in GitHub Desktop.
Permisos /var/www Ubuntu
sudo adduser $USER www-data
sudo chown $USER:www-data -R /var/www
sudo chmod 0755 -R /var/www
sudo chmod g+s -R /var/www
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment