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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-05 22:41:04 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-05 22:41:04 +0400
commit77b6bd9b4955500b67e3e2e779e40552089338ed (patch)
tree7af72dd1372644e11da76d214510ea3748f93425 /doc
parentf38f0e9dbf99254c6c9535e0c65eca98d43bc99e (diff)
parent2751638f2408dc485c392a42c394a29e06ad3433 (diff)
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
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