Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2014-06-05 17:03:50 +0400
committerAchilleas Pipinellis <axilleas@axilleas.me>2014-06-05 17:54:50 +0400
commit7be6b8ca73b1bd7fd46f01ca43fe9d57a2ba0809 (patch)
treef5a1a9ecaf741934acf201f2cefa292020511f2c /doc
parent7e41eca38ae4598e083372777c20ff6aa2b491ad (diff)
Move gitlab-ssl nginx config from gitlab-recipes
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 866032fb7c9..7840cef8900 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -294,7 +294,7 @@ Check if GitLab and its environment are configured correctly:
### Site Configuration
-Download an example site config:
+Copy the example site config:
sudo cp lib/support/nginx/gitlab /etc/nginx/sites-available/gitlab
sudo ln -s /etc/nginx/sites-available/gitlab /etc/nginx/sites-enabled/gitlab
@@ -305,6 +305,8 @@ Make sure to edit the config file to match your setup:
# domain name of your host serving GitLab.
sudo editor /etc/nginx/sites-available/gitlab
+**Note:** If you want to use https, replace the `gitlab` nginx config with `gitlab-ssl`.
+
### Restart
sudo service nginx restart