Commit 2778c8f3 authored by Paschalis Korosoglou's avatar Paschalis Korosoglou

Updating documentation to include a missing step in the update procedure

parent acc2a03d
...@@ -120,6 +120,14 @@ There are new configuration options available for [`gitlab.yml`][yaml]. View the ...@@ -120,6 +120,14 @@ There are new configuration options available for [`gitlab.yml`][yaml]. View the
git diff origin/8-2-stable:config/gitlab.yml.example origin/8-3-stable:config/gitlab.yml.example git diff origin/8-2-stable:config/gitlab.yml.example origin/8-3-stable:config/gitlab.yml.example
``` ```
#### GitLab default file
The value of the `gitlab_workhorse_options` variable should be updated within the default gitlab file (`/etc/default/gitlab`) according to the following diff:
```sh
git diff origin/8-2-stable:lib/support/init.d/gitlab.default.example origin/8-3-stable:lib/support/init.d/gitlab.default.example
```
#### Nginx configuration #### Nginx configuration
GitLab 8.3 introduces major changes in the NGINX configuration. GitLab 8.3 introduces major changes in the NGINX configuration.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment