Domain name is opening the website but its IP address shows nginx Not found

My domain name is www.blissedmaths.com. Its IP is 159.89.162.44.
while opening through blissedmaths.com, it opens. But IP address not working. Due to that, I am unable to access my droplet via WinSCP (by SSH)

How can I access my droplet on the digital ocean?

Answer

That’s because SSH is not enabled on your server. SSH uses port number 22 by default to allow connections (unless otherwise changed).

Make sure SSH is installed/running on your server. The package name for SSH may differ depending on your OS (not for windows though).

On a side note, you should turn Debug = False in your DJango Settings file to disable showing directory structure.

Attribution
Source : Link , Question Author : Ishwar Jangid , Answer Author : sla3k

Leave a Comment