Created
September 21, 2016 14:51
-
-
Save vaporic/e253a0122c23143189c4dd5594fd70f2 to your computer and use it in GitHub Desktop.
Permisos /var/www Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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