diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-09 17:04:41 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-09 17:04:41 +0200 |
commit | f81495b1e1afeacedf7bc66b69e238e3db53010f (patch) | |
tree | 525a9c8166a3a3b6e7f14b6d5e7a600d410a6cb0 /doc/install | |
parent | b532109b97a7764aef808673a084da1731ed452d (diff) | |
download | gitlab-ce-doc_relative_url.tar.gz |
Add note on using a custom init scriptdoc_relative_url
[ci skip]
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/relative_url.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/install/relative_url.md b/doc/install/relative_url.md index e6d530e2729..24dde42b310 100644 --- a/doc/install/relative_url.md +++ b/doc/install/relative_url.md @@ -98,12 +98,16 @@ Make sure to follow all steps below: 1. Make sure you have copied the supplied init script and the defaults file as stated in the [installation guide](installation.md#install-init-script). Then, edit `/etc/default/gitlab` and set in `gitlab_workhorse_options` the - `-authBackend` to read like: + `-authBackend` setting to read like: ```shell -authBackend http://127.0.0.1:8080/gitlab ``` + **Note:** + If you are using a custom init script, make sure to edit the above + gitlab-workhorse setting as needed. + 1. After all the above changes recompile the assets. This is an important task and will take some time to complete depending on the server resources. |