Commit d3e94eef4afe4c6aac9e2fbf2db0e4e4b08b1cae
1 parent
2c191ab0
Exists in
master
and in
4 other branches
Refer to recipes for nginx alternatives
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 | ... | ... |