Skip to content

Instantly share code, notes, and snippets.

@danielrotaermel
Created April 27, 2020 18:18
Show Gist options
  • Save danielrotaermel/722490bd7daa69d09adbee1f127187ee to your computer and use it in GitHub Desktop.
Save danielrotaermel/722490bd7daa69d09adbee1f127187ee to your computer and use it in GitHub Desktop.
# make editable by group
sudo chmod -R 775 /var/www/html
# add myself to group www-data (apache default group)
sudo usermod -a -G www-data ${USER}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment