From d400801acfaf154903e90afd59f7cc32220380ae Mon Sep 17 00:00:00 2001 From: Kay Strobach Date: Fri, 6 Jun 2014 11:55:18 +0000 Subject: [PATCH] add hint to #141 to avoid confusion as unicorn['port'] setting causes unreachable error messages otherwise --- README.md | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 820535e..db673ab 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,12 @@ The ports for Redis, PostgreSQL and Unicorn can be overriden in ```ruby redis['port'] = 1234 postgresql['port'] = 2345 + +# due to a bug https://gitlab.com/gitlab-org/omnibus-gitlab/issues/141 +# you have to provide the port for gitlab shell as well, +# so the 2 following lines have to point to the same port unicorn['port'] = 3456 +gitlab_rails['internal_api_url'] = 'http://localhost:3456' ``` For Nginx port changes please see the section on enabling HTTPS below. -- libgit2 0.21.2