Skip to content

Instantly share code, notes, and snippets.

@DDynamic
Created March 17, 2018 17:45
Show Gist options
  • Save DDynamic/c5daea3c84822e379954de064b82eb0a to your computer and use it in GitHub Desktop.
Save DDynamic/c5daea3c84822e379954de064b82eb0a to your computer and use it in GitHub Desktop.
Websever Permissions
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