diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-18 16:22:35 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-18 16:22:35 +0000 |
commit | 4f65509cbf7081451a4d04a8721577f0474828e4 (patch) | |
tree | d76a5619474cc6c8e262529ac7c7fbd5d0c63b4d | |
parent | da07665bc86588820da048ce5c3f9f7d46c3dd03 (diff) | |
parent | d3e94eef4afe4c6aac9e2fbf2db0e4e4b08b1cae (diff) | |
download | gitlab-ce-4f65509cbf7081451a4d04a8721577f0474828e4.tar.gz |
Merge branch 'nginx_alternatives_in_recipes' of /home/git/repositories/gitlab/gitlabhq
-rw-r--r-- | doc/install/installation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 65865e1635b..db8116c5390 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -280,8 +280,8 @@ However there are still a few steps left. # 7. Nginx **Note:** -If you can't or don't want to use Nginx as your web server, have a look at the -[`Advanced Setup Tips`](./installation.md#advanced-setup-tips) section. +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 +[GitLab recipes](https://github.com/gitlabhq/gitlab-recipes). ## Installation sudo apt-get install -y nginx |