Commit 1dc82499a876bfef6bfbdc3b7bef5fcc4316ce7f
1 parent
e282ac5a
Exists in
master
and in
2 other branches
Additional configuration parameter pointed out by a friendly blog commenter.
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
README.md
... | ... | @@ -395,6 +395,9 @@ nginx['enable'] = false |
395 | 395 | |
396 | 396 | # Disable the built-in unicorn |
397 | 397 | unicorn['enable'] = false |
398 | + | |
399 | +# Set the internal API URL | |
400 | +gitlab_rails['internal_api_url'] = 'http://git.yourdomain.com' | |
398 | 401 | ``` |
399 | 402 | |
400 | 403 | Make sure you run `sudo gitlab-ctl reconfigure` for the changes to take effect. | ... | ... |