Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2015-09-24 18:47:48 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-09-24 21:32:01 +0300
commit3334d1647784ffee23763f878e50315a0995b085 (patch)
treedabe458baf1caf5b433833d297d577322098bf36
parent432dc45e3ac2015abd74b0e81ca539ea72c5cae7 (diff)
Refer to Apache templates in 8.0 update guide
-rw-r--r--doc/update/7.14-to-8.0.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/update/7.14-to-8.0.md b/doc/update/7.14-to-8.0.md
index 30d1826b473..1249e0f6bdd 100644
--- a/doc/update/7.14-to-8.0.md
+++ b/doc/update/7.14-to-8.0.md
@@ -153,6 +153,8 @@ git diff origin/7-14-stable:lib/support/nginx/gitlab-ssl origin/8-0-stable:lib/s
git diff origin/7-14-stable:lib/support/nginx/gitlab origin/8-0-stable:lib/support/nginx/gitlab
```
+If you are using Apache instead of NGINX please see the updated [Apache templates](https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/web-server/apache).
+
### 9. Migrate GitLab CI to GitLab CE/EE
Now, GitLab CE and EE has CI integrated. However, migrations don't happen automatically and you need to do it manually.