diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-09-24 12:55:00 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-09-24 12:55:00 -0400 |
commit | 58c21dd77b5a6573d50a62dc17755a6519f4a9c8 (patch) | |
tree | 702d94bff84f95da90cf39fabc5ae3fff4f8b3b9 /doc/update/7.14-to-8.0.md | |
parent | 6e65108325ef77ab66466700011b7d2d419ebc5a (diff) | |
download | gitlab-ce-58c21dd77b5a6573d50a62dc17755a6519f4a9c8.tar.gz |
Update Troubleshooting sections
Diffstat (limited to 'doc/update/7.14-to-8.0.md')
-rw-r--r-- | doc/update/7.14-to-8.0.md | 7 |
1 files changed, 4 insertions, 3 deletions
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. |