linux:webhosting
This is an old revision of the document!
sudo chown -R www-data:www-data /var/www/html* sudo find /var/www/html/ -type d -exec chmod 775 {} \; sudo find /var/www/html/ -type f -exec chmod 664 {} \; sudo find /var/www/html -type d -exec chmod g+s {} \; sudo systemctl restart nginx
linux/webhosting.1606255781.txt.gz · Last modified: (external edit)