Linux: Add user to www-data group

sudo adduser simon www-data
sudo chown -R www-data:www-data /var/www
sudo chmod -R g+rwX /var/www

Leave a comment

Your email address will not be published. Required fields are marked *