summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLuke Ashe-Browne <xactly@gmail.com>2014-12-03 10:43:27 +0000
committerLuke Ashe-Browne <xactly@gmail.com>2014-12-03 10:43:27 +0000
commit32c6fe5385e9211b17f7dc71e36d07543a6066fa (patch)
tree82d2bac22a02222e14c6a2b85d7c24ecff4a47f1 /doc
parenta70e7d61acfa6eb41acf049ece0ca39ac70de09a (diff)
downloadgitlab-ce-32c6fe5385e9211b17f7dc71e36d07543a6066fa.tar.gz
adding notes to gitlab nginx conf
We want to make users aware that the nginx default config will conflict with the gitlab default_server conf file.
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 263259bc2f9..d107ea15946 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -353,6 +353,9 @@ Make sure to edit the config file to match your setup:
# Change YOUR_SERVER_FQDN to the fully-qualified
# 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
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.