From 00587a0836e6839a6d8dd4ab06eb850cd16848e4 Mon Sep 17 00:00:00 2001 From: Shinya Maeda Date: Thu, 11 Apr 2019 14:32:02 +0700 Subject: [PATCH] Docs for pages inplace chroot limitation --- doc/administration/pages/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/administration/pages/index.md b/doc/administration/pages/index.md index 17d72b96a51..1373bd56fe3 100644 --- a/doc/administration/pages/index.md +++ b/doc/administration/pages/index.md @@ -174,6 +174,10 @@ behavior: 1. [Reconfigure GitLab][reconfigure]. +NOTE: **Note:** +`inplace_chroot` option might not work with the other features, such as [Pages Access Control](#access-control). +The [GitLab Pages README](https://gitlab.com/gitlab-org/gitlab-pages#caveats) has more information about caveats and workarounds. + ## Advanced configuration In addition to the wildcard domains, you can also have the option to configure -- GitLab