Commit 4f65509cbf7081451a4d04a8721577f0474828e4
Exists in
master
and in
4 other branches
Merge branch 'nginx_alternatives_in_recipes' of /home/git/repositories/gitlab/gitlabhq
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -280,8 +280,8 @@ However there are still a few steps left. |
280 | 280 | # 7. Nginx |
281 | 281 | |
282 | 282 | **Note:** |
283 | -If you can't or don't want to use Nginx as your web server, have a look at the | |
284 | -[`Advanced Setup Tips`](./installation.md#advanced-setup-tips) section. | |
283 | +Nginx is the officially supported web server for GitLab. If you cannot or do not want to use Nginx as your web server, have a look at the | |
284 | +[GitLab recipes](https://github.com/gitlabhq/gitlab-recipes). | |
285 | 285 | |
286 | 286 | ## Installation |
287 | 287 | sudo apt-get install -y nginx | ... | ... |