cc-mheumann
2/28/2020 - 1:51 PM

Change permissions for upload in web folder

sudo chown -R www-data.www-data /var/www/html/
sudo find /var/www/html -type d -exec chmod g+wx {} +
sudo find /var/www/html -type f -exec chmod g+w {} +
sudo chmod -R g+s /var/www/html
sudo usermod -a -G www-data ubuntu