Nginx error handling
check the error.log of nginx. If indicates permission denied, check the folder/file permission
sudo chown -R www-data:www-data /var/lib/nginx/ # change the owner and permission
check the error.log of nginx. If indicates permission denied, check the folder/file permission
sudo chown -R www-data:www-data /var/lib/nginx/ # change the owner and permission
0 Comments