summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-08-19 17:43:36 -0700
committerDouwe Maan <douwe@gitlab.com>2015-08-19 17:43:36 -0700
commit19a049ece9e350623e3adb141298c00344cab02d (patch)
tree2066ce93c0345d730358710295d0db65c65b5978 /doc/install
parent9501495aeb512202dc4ce1a88afb39d66f3d39f1 (diff)
downloadgitlab-ce-19a049ece9e350623e3adb141298c00344cab02d.tar.gz
Make documentation clearer.
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 202704088a6..c75e1d87862 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -370,7 +370,7 @@ Make sure to edit the config file to match your setup:
# domain name of your host serving GitLab.
# If using Ubuntu default nginx install:
# either remove the default_server from the listen line
- # or else rm -f /etc/sites-enabled/default
+ # or else sudo rm -f /etc/nginx/sites-enabled/default
sudo editor /etc/nginx/sites-available/gitlab
**Note:** If you want to use HTTPS, replace the `gitlab` Nginx config with `gitlab-ssl`. See [Using HTTPS](#using-https) for HTTPS configuration details.