<UBUNTU 16.04>external_url HTTP not working

What working and not working

Environment:

  • UBUNTU 16.04
  • Jenkins installed (taken port 8080)
    -check sudo ufw status —> inactive

Step:

  1. Run installation for gitlab ce
  1. Configure gitlab.rb
  1. run cmd
    sudo gitlab-ctl reconfigure
    sudo gitlab-ctl restart

Some info from tail:
==> /var/log/gitlab/nginx/current <==
2018-03-12_02:01:54.53545 2018/03/12 10:01:54 [error] 13369#0: *1 “/var/opt/gitlab/nginx/html/index.html” is not found (2: No such file or directory), client: 127.0.0.1, server: dev.example.com, request: “GET / HTTP/1.1”, host: “127.0.0.1”
2018-03-12_02:25:14.95223 2018/03/12 10:25:14 [emerg] 18153#0: bind() to 0.0.0.0:8889 failed (98: Address already in use)

I have search around the forum and cannot find any clue to resolve my issue. Please help me :frowning:

is the issue resloved ?