Created
March 17, 2018 17:45
-
-
Save DDynamic/c5daea3c84822e379954de064b82eb0a to your computer and use it in GitHub Desktop.
Websever Permissions
This file contains 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 <username> www-data | |
sudo chown -R www-data:www-data /var/www | |
sudo chmod -R g+rwX /var/www |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment