diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2015-02-24 11:15:46 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2015-02-24 11:15:46 +0100 |
commit | c8e9eac25f384ece01de756a808fffddfc578546 (patch) | |
tree | f679f9caddbcc854de59ca6d48375e20c8fba96d | |
parent | 5e2098feb4b8ecbae3854172d28c816827669d53 (diff) | |
parent | 51b18fe6f6558f14e5a8123d27f65f3557134822 (diff) | |
download | gitlab-ce-c8e9eac25f384ece01de756a808fffddfc578546.tar.gz |
Merge pull request #8852 from niosus/patch-1
typo fixed
-rw-r--r-- | doc/update/6.x-or-7.x-to-7.8.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/6.x-or-7.x-to-7.8.md b/doc/update/6.x-or-7.x-to-7.8.md index 5884312c47f..673d9253d62 100644 --- a/doc/update/6.x-or-7.x-to-7.8.md +++ b/doc/update/6.x-or-7.x-to-7.8.md @@ -179,7 +179,7 @@ sudo cp lib/support/logrotate/gitlab /etc/logrotate.d/gitlab ### Change Nginx settings * HTTP setups: Make `/etc/nginx/sites-available/gitlab` the same as https://gitlab.com/gitlab-org/gitlab-ce/blob/7-8-stable/lib/support/nginx/gitlab but with your settings. -* HTTPS setups: Make `/etc/nginx/sites-available/gitlab-ssl` the same as https://gitlab.com/gitlab-org/gitlab-ce/blob/7-8-stablef/lib/support/nginx/gitlab-ssl but with your settings. +* HTTPS setups: Make `/etc/nginx/sites-available/gitlab-ssl` the same as https://gitlab.com/gitlab-org/gitlab-ce/blob/7-8-stable/lib/support/nginx/gitlab-ssl but with your settings. * A new `location /uploads/` section has been added that needs to have the same content as the existing `location @gitlab` section. ## 9. Start application |