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:
authorFilip Aleksic <faleksic@gitlab.com>2022-07-26 10:53:41 +0300
committerJaime Martinez <jmartinez@gitlab.com>2022-07-26 10:53:41 +0300
commita131f2bdf10e2815d79e3581fe6536b1499839b6 (patch)
tree723189f5398744b7e5a0e260835a0c38f84f2f66 /shared/pages/group.acme
parent0674de2e8e74a35bec70380b02da63dd7db1b8bb (diff)
Fixes acme redirection issues when using a wildcard redirect
Changelog: fixed
Diffstat (limited to 'shared/pages/group.acme')
-rw-r--r--shared/pages/group.acme/with.redirects/config.json6
-rw-r--r--shared/pages/group.acme/with.redirects/public.zipbin0 -> 1607 bytes
-rw-r--r--shared/pages/group.acme/with.redirects/public/.well-known/acme-challenge/existingtoken1
-rw-r--r--shared/pages/group.acme/with.redirects/public/.well-known/acme-challenge/foldertoken/index.html1
-rw-r--r--shared/pages/group.acme/with.redirects/public/_redirects1
-rw-r--r--shared/pages/group.acme/with.redirects/public/index.html1
6 files changed, 10 insertions, 0 deletions
diff --git a/shared/pages/group.acme/with.redirects/config.json b/shared/pages/group.acme/with.redirects/config.json
new file mode 100644
index 00000000..cc0d8ce6
--- /dev/null
+++ b/shared/pages/group.acme/with.redirects/config.json
@@ -0,0 +1,6 @@
+{ "domains": [
+ {
+ "domain": "acmewithredirects.domain.com"
+ }
+]
+}
diff --git a/shared/pages/group.acme/with.redirects/public.zip b/shared/pages/group.acme/with.redirects/public.zip
new file mode 100644
index 00000000..d6142bec
--- /dev/null
+++ b/shared/pages/group.acme/with.redirects/public.zip
Binary files differ
diff --git a/shared/pages/group.acme/with.redirects/public/.well-known/acme-challenge/existingtoken b/shared/pages/group.acme/with.redirects/public/.well-known/acme-challenge/existingtoken
new file mode 100644
index 00000000..84455e1d
--- /dev/null
+++ b/shared/pages/group.acme/with.redirects/public/.well-known/acme-challenge/existingtoken
@@ -0,0 +1 @@
+this is token
diff --git a/shared/pages/group.acme/with.redirects/public/.well-known/acme-challenge/foldertoken/index.html b/shared/pages/group.acme/with.redirects/public/.well-known/acme-challenge/foldertoken/index.html
new file mode 100644
index 00000000..3212dd99
--- /dev/null
+++ b/shared/pages/group.acme/with.redirects/public/.well-known/acme-challenge/foldertoken/index.html
@@ -0,0 +1 @@
+foldertoken content
diff --git a/shared/pages/group.acme/with.redirects/public/_redirects b/shared/pages/group.acme/with.redirects/public/_redirects
new file mode 100644
index 00000000..f8243379
--- /dev/null
+++ b/shared/pages/group.acme/with.redirects/public/_redirects
@@ -0,0 +1 @@
+/* /index.html 200 \ No newline at end of file
diff --git a/shared/pages/group.acme/with.redirects/public/index.html b/shared/pages/group.acme/with.redirects/public/index.html
new file mode 100644
index 00000000..2f47ed25
--- /dev/null
+++ b/shared/pages/group.acme/with.redirects/public/index.html
@@ -0,0 +1 @@
+acme-challenge-project