Updates missing links
This commit is contained in:
parent
798f815e8d
commit
54b13dd405
1 changed files with 7 additions and 7 deletions
|
@ -229,10 +229,10 @@ Ensure you're still up-to-date with the latest NGINX configuration changes:
|
||||||
cd /home/git/gitlab
|
cd /home/git/gitlab
|
||||||
|
|
||||||
# For HTTPS configurations
|
# For HTTPS configurations
|
||||||
git diff origin/10-5-stable:lib/support/nginx/gitlab-ssl origin/10-6-stable:lib/support/nginx/gitlab-ssl
|
git diff origin/10-6-stable:lib/support/nginx/gitlab-ssl origin/10-7-stable:lib/support/nginx/gitlab-ssl
|
||||||
|
|
||||||
# For HTTP configurations
|
# For HTTP configurations
|
||||||
git diff origin/10-5-stable:lib/support/nginx/gitlab origin/10-6-stable:lib/support/nginx/gitlab
|
git diff origin/10-6-stable:lib/support/nginx/gitlab origin/10-7-stable:lib/support/nginx/gitlab
|
||||||
```
|
```
|
||||||
|
|
||||||
If you are using Strict-Transport-Security in your installation to continue using it you must enable it in your Nginx
|
If you are using Strict-Transport-Security in your installation to continue using it you must enable it in your Nginx
|
||||||
|
@ -244,7 +244,7 @@ will need to let gitlab-workhorse listen on a TCP port. You can do this
|
||||||
via [/etc/default/gitlab].
|
via [/etc/default/gitlab].
|
||||||
|
|
||||||
[Apache templates]: https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/web-server/apache
|
[Apache templates]: https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/web-server/apache
|
||||||
[/etc/default/gitlab]: https://gitlab.com/gitlab-org/gitlab-ce/blob/10-6-stable/lib/support/init.d/gitlab.default.example#L38
|
[/etc/default/gitlab]: https://gitlab.com/gitlab-org/gitlab-ce/blob/10-7-stable/lib/support/init.d/gitlab.default.example#L38
|
||||||
|
|
||||||
#### SMTP configuration
|
#### SMTP configuration
|
||||||
|
|
||||||
|
@ -257,7 +257,7 @@ ActionMailer::Base.delivery_method = :smtp
|
||||||
|
|
||||||
See [smtp_settings.rb.sample] as an example.
|
See [smtp_settings.rb.sample] as an example.
|
||||||
|
|
||||||
[smtp_settings.rb.sample]: https://gitlab.com/gitlab-org/gitlab-ce/blob/10-6-stable/config/initializers/smtp_settings.rb.sample#L13
|
[smtp_settings.rb.sample]: https://gitlab.com/gitlab-org/gitlab-ce/blob/10-7-stable/config/initializers/smtp_settings.rb.sample#L13
|
||||||
|
|
||||||
#### Init script
|
#### Init script
|
||||||
|
|
||||||
|
@ -266,7 +266,7 @@ There might be new configuration options available for [`gitlab.default.example`
|
||||||
```sh
|
```sh
|
||||||
cd /home/git/gitlab
|
cd /home/git/gitlab
|
||||||
|
|
||||||
git diff origin/10-5-stable:lib/support/init.d/gitlab.default.example origin/10-6-stable:lib/support/init.d/gitlab.default.example
|
git diff origin/10-6-stable:lib/support/init.d/gitlab.default.example origin/10-7-stable:lib/support/init.d/gitlab.default.example
|
||||||
```
|
```
|
||||||
|
|
||||||
Ensure you're still up-to-date with the latest init script changes:
|
Ensure you're still up-to-date with the latest init script changes:
|
||||||
|
@ -357,5 +357,5 @@ sudo -u git -H bundle exec rake gitlab:backup:restore RAILS_ENV=production
|
||||||
|
|
||||||
If you have more than one backup `*.tar` file(s) please add `BACKUP=timestamp_of_backup` to the command above.
|
If you have more than one backup `*.tar` file(s) please add `BACKUP=timestamp_of_backup` to the command above.
|
||||||
|
|
||||||
[yaml]: https://gitlab.com/gitlab-org/gitlab-ce/blob/10-6-stable/config/gitlab.yml.example
|
[yaml]: https://gitlab.com/gitlab-org/gitlab-ce/blob/10-7-stable/config/gitlab.yml.example
|
||||||
[gl-example]: https://gitlab.com/gitlab-org/gitlab-ce/blob/10-6-stable/lib/support/init.d/gitlab.default.example
|
[gl-example]: https://gitlab.com/gitlab-org/gitlab-ce/blob/10-7-stable/lib/support/init.d/gitlab.default.example
|
||||||
|
|
Loading…
Reference in a new issue