summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/install/installation.md8
-rw-r--r--doc/update/7.14-to-8.0.md7
2 files changed, 8 insertions, 7 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 282c84fd1e1..039bb3c2561 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -524,7 +524,7 @@ Apart from the always supported markdown style there are other rich text files t
### "You appear to have cloned an empty repository."
If you see this message when attempting to clone a repository hosted by GitLab,
-this is likely due to a missing or misconfigured `gitlab-git-http-server`
-instance. Double-check that you've [installed Go](#3-go), [installed
-gitlab-git-http-server](#install-gitlab-git-http-server), and correctly
-[configured Nginx](#site-configuration).
+this is likely due to an outdated Nginx or Apache configuration, or a missing or
+misconfigured `gitlab-git-http-server` instance. Double-check that you've
+[installed Go](#3-go), [installed gitlab-git-http-server](#install-gitlab-git-http-server),
+and correctly [configured Nginx](#site-configuration).
diff --git a/doc/update/7.14-to-8.0.md b/doc/update/7.14-to-8.0.md
index e25b38a3533..30d1826b473 100644
--- a/doc/update/7.14-to-8.0.md
+++ b/doc/update/7.14-to-8.0.md
@@ -196,6 +196,7 @@ If you have more than one backup `*.tar` file(s) please add `BACKUP=timestamp_of
### "You appear to have cloned an empty repository."
If you see this message when attempting to clone a repository hosted by GitLab,
-this is likely due to a missing or misconfigured `gitlab-git-http-server`
-instance. Double-check that you correctly completed [Step 5](#5-install-gitlab-git-http-server)
-to install the daemon and [Step 8](#new-nginx-configuration) to reconfigure Nginx.
+this is likely due to an outdated Nginx or Apache configuration, or a missing or
+misconfigured `gitlab-git-http-server` instance. Double-check that you correctly
+completed [Step 5](#5-install-gitlab-git-http-server) to install the daemon and
+[Step 8](#new-nginx-configuration) to reconfigure Nginx.