Skip to content

Instantly share code, notes, and snippets.

@SebKay
Created September 3, 2019 12:56
Show Gist options
  • Save SebKay/f8521a99e14e6c974885825af8b6319b to your computer and use it in GitHub Desktop.
Save SebKay/f8521a99e14e6c974885825af8b6319b to your computer and use it in GitHub Desktop.
Change owner of directory to web server user
sudo chown www-data:www-data /var/www/html -R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment