By infureal
Hello.
I’m trying to point my local hosts file on Windows to droplet IP address.
Everything allright. ufw
is disabled. Nginx config is correct. Any other IP address in hosts file resolves in correct way but this don’t.
Is there a way to solve this?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hey @littlegraysnorkler,
You need to add the following in your hosts.file on your Windows machine :
DROPLET_IP_ADDRESS DOMAIN_NAME www.DOMAIN_NAME
The file is located in c:\Windows\System32\Drivers\etc\hosts.
Be sure to open it as an Administrator otherwise you can’t save the change made to the file.
Once that is done, open your CMD on your Windows laptop and try to ping your domain :
- ping Domain.com
If the IP shown is your Droplet’s than you are good to go.
If that is the case and you still can’t load the website then the issue is with your Nginx config. IF that’s the case you can post the config here and I’ll try to assist with that as well.
Heya, @littlegraysnorkler
Sometimes, DNS cache can cause issues with resolving hosts. You can flush the DNS cache on your Windows machine by opening Command Prompt as an administrator and running the command ipconfig /flushdns
.
Regards
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.