summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-12-17 21:03:14 +0200
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-01-31 22:53:55 +0000
commit6fd06943f9135fcaa406f8df0c016981067638a5 (patch)
tree037ba91ad915a0f950a941966b41e6bc31480c0b /doc/install
parent94fdf58a87f8f2cc54c0482a2fce9e3fa425d4b9 (diff)
downloadgitlab-ce-6fd06943f9135fcaa406f8df0c016981067638a5.tar.gz
Point to GP administration guide, no need to duplicate things [ci skip]
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md14
1 files changed, 4 insertions, 10 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index c78e469055d..4496243da25 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -313,7 +313,7 @@ sudo usermod -aG redis git
# Change the permissions of the directory where CI artifacts are stored
sudo chmod -R u+rwX shared/artifacts/
- # Change the permissions of the directory where CI artifacts are stored
+ # Change the permissions of the directory where GitLab Pages are stored
sudo chmod -R ug+rwX shared/pages/
# Copy the example Unicorn config
@@ -487,16 +487,10 @@ Make sure to edit the config file to match your setup. Also, ensure that you mat
# or else sudo rm -f /etc/nginx/sites-enabled/default
sudo editor /etc/nginx/sites-available/gitlab
-Copy the GitLab pages site config:
+If you intend to enable GitLab pages, there is a separate Nginx config you need
+to use. Read all about the needed configuration at the
+[GitLab Pages administration guide](../pages/administration.md).
- sudo cp lib/support/nginx/gitlab-pages /etc/nginx/sites-available/gitlab-pages
- sudo ln -s /etc/nginx/sites-available/gitlab-pages /etc/nginx/sites-enabled/gitlab-pages
-
- # Change YOUR_GITLAB_PAGES\.DOMAIN to the fully-qualified
- # domain name under which the pages will be served.
- # The . (dot) replace with \. (backslash+dot)
- sudo editor /etc/nginx/sites-available/gitlab-pages
-
**Note:** If you want to use HTTPS, replace the `gitlab` Nginx config with `gitlab-ssl`. See [Using HTTPS](#using-https) for HTTPS configuration details.
### Test Configuration