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:
Diffstat (limited to 'shared')
-rw-r--r--shared/lookups/zip-malformed.gitlab.io.json2
-rw-r--r--shared/lookups/zip-not-found.gitlab.io.json2
-rw-r--r--shared/lookups/zip.gitlab.io.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/shared/lookups/zip-malformed.gitlab.io.json b/shared/lookups/zip-malformed.gitlab.io.json
index 37ad1ddd..8c0185da 100644
--- a/shared/lookups/zip-malformed.gitlab.io.json
+++ b/shared/lookups/zip-malformed.gitlab.io.json
@@ -8,7 +8,7 @@
"prefix": "/",
"project_id": 123,
"source": {
- "path": "http://127.0.0.1:37003/malformed.zip",
+ "path": "http://127.0.0.1:38001/malformed.zip",
"type": "zip"
}
}
diff --git a/shared/lookups/zip-not-found.gitlab.io.json b/shared/lookups/zip-not-found.gitlab.io.json
index 94de4a90..514b8ff2 100644
--- a/shared/lookups/zip-not-found.gitlab.io.json
+++ b/shared/lookups/zip-not-found.gitlab.io.json
@@ -8,7 +8,7 @@
"prefix": "/",
"project_id": 123,
"source": {
- "path": "http://127.0.0.1:37003/not-found.zip",
+ "path": "http://127.0.0.1:38001/not-found.zip",
"type": "zip"
}
}
diff --git a/shared/lookups/zip.gitlab.io.json b/shared/lookups/zip.gitlab.io.json
index cf755a58..0549adc8 100644
--- a/shared/lookups/zip.gitlab.io.json
+++ b/shared/lookups/zip.gitlab.io.json
@@ -8,7 +8,7 @@
"prefix": "/",
"project_id": 123,
"source": {
- "path": "http://127.0.0.1:37003/public.zip",
+ "path": "http://127.0.0.1:38001/public.zip",
"type": "zip"
}
}