Commit f40eef4a6ce5300901a7b2c0dc88fc732fd30e0d

Authored by Marin Jankovski
2 parents c235a8af 98b49199
Exists in 6-9-stable-ee

Merge branch '6-9-stable-ee' of gitlab.com:gitlab-org/omnibus-gitlab into 6-9-stable-ee

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
README.md
... ... @@ -62,6 +62,12 @@ You can login as an admin user with username `root` and password `5iveL!fe`.
62 62  
63 63 ### Common installation problems
64 64  
  65 +#### GitLab is unreachable in my browser
  66 +
  67 +Try [specifying](#configuring-the-external-url-for-gitlab) an `external_url` in
  68 +`/etc/gitlab/gitlab.rb`. Also check your firewall settings; port 80 (HTTP) or
  69 +443 (HTTPS) might be closed on your GitLab server.
  70 +
65 71 #### Reconfigure freezes at `ruby_block[supervise_redis_sleep] action run`
66 72  
67 73 This happens when Runit has not been installed succesfully during `gitlab-ctl
... ...