Report this

What is the reason for this report?

/etc/hostname and /etc/hosts

Posted on June 3, 2015

When I set up a droplet I was “lazy” with naming. Now my hostname is “First.com”. And there are two websites on the server (NGINX).

I want to change hostname from “First.com” to Production. But I am slightly lost since two FQDN are pointing to the same machine.

Should I do as following:

change in /etc/hostname to Production (as from now it was First.com) (* this one for me is logical *)

change in /etc/hosts: 127.0.1.1 SITEA.COM 127.0.1.1 SITEB.COM (now it was 127.0.1.1 First.com)

I am especially lost by this 127.0.1.1 loop-back.

Or should I do: (real-ip) SITEA.COM (real-ip) SITEB.COM

Or should I just 127.0.1.1 Production

Matej



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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

If u said your server in nginx web server. Its better you set your domain to DO nameserver and pointing domain to A - “ip address” and setup your nginx config with different domain.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.