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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorJaime Martinez <jmartinez@gitlab.com>2020-03-31 09:04:15 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-07-06 02:13:50 +0300
commit11b5932d1f41d6b9f46331ef97d427948ed00712 (patch)
treec66ab4e0d11a45556639f6cf0a05983e142017cc /shared
parent6809da705f3a93de6c221909991ce6d1eaf6d4dc (diff)
Serve custom 404.html file for namespace domains
This will allow namespace domains to serve custom 404.html files for public projects. This change adds a check to check for permision only if it's serving a namespace domain with access controls enabled.
Diffstat (limited to 'shared')
-rw-r--r--shared/pages/group.auth/group.auth.gitlab-example.com/config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/pages/group.auth/group.auth.gitlab-example.com/config.json b/shared/pages/group.auth/group.auth.gitlab-example.com/config.json
new file mode 100644
index 00000000..292ba673
--- /dev/null
+++ b/shared/pages/group.auth/group.auth.gitlab-example.com/config.json
@@ -0,0 +1 @@
+{ "domains": [], "id": 1000, "access_control": true }