I am following a youtube video on setting up Nginx I\'m restarting, it gives when I got the part where
I need to edit the server blocks file (sites-enabled/default) I follow
Set up error logging to debug by editing /etc/nginx/nginx.conf:
find line with error_log, verify log file location and change the level to debug: error_log logs/error.log debug;
Try restarting again and inspect the log file for more details.