Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Git Lab uses FQDN during configuration to use the Git Lab inbrowserin browser.

Find fully qualified domain name (FQDN) of the host

...

Ensure this FQDN entry is present on /etc/hosts file

#cat /etc/hosts

127.0.0.1 localhost

172

xxx.

16

xx.

2

xx.

87

xxx ip-

172-16-2-87

xxx.xx.xx.xxx.ec2.internal

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts


After making an entry in /etc/hosts file, run

...