diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-05 21:41:04 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-05 21:41:04 +0300 |
commit | 77b6bd9b4955500b67e3e2e779e40552089338ed (patch) | |
tree | 7af72dd1372644e11da76d214510ea3748f93425 /doc/install | |
parent | f38f0e9dbf99254c6c9535e0c65eca98d43bc99e (diff) | |
parent | 2751638f2408dc485c392a42c394a29e06ad3433 (diff) | |
download | gitlab-ce-77b6bd9b4955500b67e3e2e779e40552089338ed.tar.gz |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 4 |
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 |