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
diff options
context:
space:
mode:
Diffstat (limited to 'shared/pages/group.https-only/project5/config.json')
-rw-r--r--shared/pages/group.https-only/project5/config.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/shared/pages/group.https-only/project5/config.json b/shared/pages/group.https-only/project5/config.json
new file mode 100644
index 00000000..5813bb85
--- /dev/null
+++ b/shared/pages/group.https-only/project5/config.json
@@ -0,0 +1,11 @@
+{
+ "httpsonly": true,
+ "domains": [
+ {
+ "domain": "no.cert.com",
+ "certificate": "test",
+ "key": "test",
+ "httpsonly": false
+ }
+ ]
+}