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:
authorIgor Wiedler <iwiedler@gitlab.com>2020-05-04 15:30:39 +0300
committerIgor Wiedler <iwiedler@gitlab.com>2020-11-18 12:48:36 +0300
commit481a5bf0c8fbac9c18889341757ee9806d4ebd63 (patch)
tree12e653b8d164ea1a126eaaf189c9609e667b846a /shared
parent12fa24ee96cb9d971a75df2cacfcbb1e014125e9 (diff)
Support for HTTPS over PROXYv2 protocol
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"
}
}