Screenshots are not very useful, typically on a Linux terminal, text gets copied just by selecting it.
Also, you have made no changes to the file, can you show what you have tried that is not working?
Did not work.
Second, i tried to put this same block of code in "/etc/nginx/nginx.conf" file.
Also did not work.
The third try was put this next block of code in "/etc/nginx/sites-enabled/default", first part before the server{...} and the other part right after the server_name _; as described in Dean Attali tutorial.
I'm assuing this is just illustrative and you have used some IP, it was your public IP or local IP? can you try using localhost instead?, try with this
Yes, i used the IP from the DO droplet. I think it is a public IP.
I can let "localhost" in the code, instead of the IP address?
Yes, i restarted it after each try!
This block of code enters in the "/etc/nginx/sites-enabled/default" file? And it substitute the whole default code? or i have to add it in some specific place?
I will try this in a few minutes and return here. Thank you.